This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author blakemadden
Recipients blakemadden, georg.brandl
Date 2008-12-08.16:24:01
SpamBayes Score 0.0068420423
Marked as misclassified No
Message-id <1228753442.38.0.155056278025.issue4592@psf.upfronthosting.co.za>
In-reply-to
Content
It seems that a call to "PyDict_SetItemString" is what is missing from
r67655:

PyObject* m = PyModule_Create(&EmbModule);
PyDict_SetItemString(PyImport_GetModuleDict(), EmbModule.m_name, m);

I am just guessing here though, don't know if this is correct way to do
things.
History
Date User Action Args
2008-12-08 16:24:02blakemaddensetrecipients: + blakemadden, georg.brandl
2008-12-08 16:24:02blakemaddensetmessageid: <1228753442.38.0.155056278025.issue4592@psf.upfronthosting.co.za>
2008-12-08 16:24:01blakemaddenlinkissue4592 messages
2008-12-08 16:24:01blakemaddencreate