
3 Sep
2004
3 Sep
'04
6:16 p.m.
The CVS change to boost/boost/python/detail/prefix.hpp from revision 1.3 to 1.4 has obviated the effect of boost/boost/python/detail/wrap_python.hpp in _DEBUG when compiling with MSVC. Python now forces the debug library as if BOOST_DEBUG_PYTHON is permanently in effect. Revision 1.3 does not exhibit this problem. The added #include <pyconfig.h> is the cause. Stephen D Evans