]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #15042: Add PyState_AddModule and PyState_RemoveModule.
authorMartin v. Löwis <martin@v.loewis.de>
Fri, 22 Jun 2012 10:20:55 +0000 (12:20 +0200)
committerMartin v. Löwis <martin@v.loewis.de>
Fri, 22 Jun 2012 10:20:55 +0000 (12:20 +0200)
commit7800f75827b1be557be16f3b18f5170fbf9fae08
treee4fc657f32119fddf3881ce54bfe89535838c22e
parent7f59fd7c7c3315c52034b09ffadeb974bc112b5d
Issue #15042: Add PyState_AddModule and PyState_RemoveModule.
Add version  guard for Py_LIMITED_API additions.
Issue #15081: Document PyState_FindModule.
Patch by Robin Schreiber.
Doc/c-api/module.rst
Include/pystate.h
Misc/NEWS
PC/python3.def
Python/pystate.c