Message77428
In reference to Issue4592 (which includes a patch),
PyModule_Create()calls PyModule_New instead of PyImport_AddModule.
Because of this, calling PyModule_Create() won't work like Py_InitModule().
Is this correct, because the documentation is showing that
PyModule_Create() is all you need to use to create and add a module to
the system. However, this is not the case. |
|
| Date |
User |
Action |
Args |
| 2008-12-09 15:41:10 | blakemadden | set | recipients:
+ blakemadden |
| 2008-12-09 15:41:10 | blakemadden | set | messageid: <1228837270.55.0.51426262697.issue4612@psf.upfronthosting.co.za> |
| 2008-12-09 15:41:09 | blakemadden | link | issue4612 messages |
| 2008-12-09 15:41:09 | blakemadden | create | |
|