python3-cxx-dev

Set of facilities to extend python3 with c++
  http://cxx.sourceforge.net
  0
  no reviews



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 python3 headers and sources.