[issue15042] Implemented PyState_AddModule, PyState_RemoveModule

2012-06-23 Thread Martin v . Löwis
Martin v. Löwis added the comment: Thanks for the patch! -- resolution: -> fixed status: open -> closed ___ Python tracker ___ ___ P

[issue15042] Implemented PyState_AddModule, PyState_RemoveModule

2012-06-22 Thread Roundup Robot
Roundup Robot added the comment: New changeset 55e8cba34b11 by Martin v. Löwis in branch 'default': Issue #15042: Add PyState_AddModule and PyState_RemoveModule. http://hg.python.org/cpython/rev/55e8cba34b11 -- nosy: +python-dev ___ Python tracker <

[issue15042] Implemented PyState_AddModule, PyState_RemoveModule

2012-06-18 Thread Robin Schreiber
Robin Schreiber added the comment: Added missing documentation. Also added documentation of PyState_FindModule() which still happened to be missing. -- Added file: http://bugs.python.org/file26046/PyState_add-remove_module_v2.patch ___ Python tracke

[issue15042] Implemented PyState_AddModule, PyState_RemoveModule

2012-06-14 Thread Martin v . Löwis
Martin v. Löwis added the comment: These functions need to be documented. -- nosy: +loewis ___ Python tracker ___ ___ Python-bugs-lis

[issue15042] Implemented PyState_AddModule, PyState_RemoveModule

2012-06-10 Thread Robin Schreiber
New submission from Robin Schreiber : PEP 3121 suggests a new way of Module-initialization, where the module state is being wrapped inside a dedicate struct, which can be accessed at runtime via the PyState_FindModule method. For code outside the Init-method, there is no other way to receive t