mirror of
https://github.com/boostorg/python.git
synced 2026-01-21 17:12:22 +00:00
merging current boost/python and libs/python from trunk into release branch
[SVN r71002]
This commit is contained in:
@@ -38,7 +38,7 @@ BOOST_PYTHON_DECL void scope_setattr_doc(char const* name, object const& x, char
|
||||
|
||||
#if PY_VERSION_HEX >= 0x03000000
|
||||
|
||||
PyObject* init_module(PyModuleDef& moduledef, void(*init_function)())
|
||||
BOOST_PYTHON_DECL PyObject* init_module(PyModuleDef& moduledef, void(*init_function)())
|
||||
{
|
||||
return init_module_in_scope(
|
||||
PyModule_Create(&moduledef),
|
||||
|
||||
Reference in New Issue
Block a user