$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Paul C. Kunysch (Illume_at_[hidden])
Date: 2001-02-07 17:27:06
Hi
I'm quite sure that it's a bug in BPL.
PyObject_INIT is neither called nor emulated properly.
I strongly recommend to use it in the following places:
boost\python\detail\base_object.hpp(49)
libs\python\src\extension_class.cpp(451) (<- not tested)
libs\python\src\functions.cpp(110)
[boost_1_20_1]
The problem only affects debug-builds, IMHO.
Bye