I want to use c++ functionality most of the time in cython and I find using pyximport very convenient, but making pyxbld configuration file for each pyx module (as described in How do you tell pyximport to use the cython --cplus option?) is tiresome. Can I configure pyximport to always make a c++ output for all pyx modules?
Asked
Active
Viewed 1,402 times