[C++-sig] Re: multiple registrations of to-Python converter warning

David Abrahams dave at boost-consulting.com
Wed Apr 21 17:27:29 CEST 2004


Lutz Paelike <lutz_p at gmx.net> writes:

> I can now describe the problem more precisely.
>
> I thought the initModulename() function is called multiple times in a single Python session
> but my program calls Py_Finalize() before that.

Py_Finalize() is not yet supported by Boost.Python.  See
http://www.boost.org/libs/python/todo.html#pyfinalize-safety

-- 
Dave Abrahams
Boost Consulting
http://www.boost-consulting.com





More information about the Cplusplus-sig mailing list