[New-bugs-announce] [issue9107] PyModule_Create not working properly

Krauzi report at bugs.python.org
Mon Jun 28 21:30:57 CEST 2010


New submission from Krauzi <krauzi_gmbh at yahoo.de>:

Hi guys i have a big problem with my code:
PyModule_Create doesnt add any methods to the module (all methods are correctly added to the PyMethodDef structure respective the PyModuleDef).
With python 2.6.5 everything works well (Py_InitModule used instead of PyModule_Create [+ PyImport_AddModule]).
I looked into the source but everything seems correct there.

The code worked neither Visual Studio 2010 nor on 2008.

----------
components: None
messages: 108855
nosy: Krauzi
priority: normal
severity: normal
status: open
title: PyModule_Create not working properly
versions: Python 3.1

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue9107>
_______________________________________


More information about the New-bugs-announce mailing list