
Pycxx is a set of c++ facilities to make it easier to write python3 extensions. the main advantage is that it greatly increases the probability that your program will not make a reference-counting errors and will not have to continually check error returns from the python c api.
this package contains the python headers and sources.