]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Use the PyModule_*() API instead of manipulating the module dictionary
authorFred Drake <fdrake@acm.org>
Mon, 1 Apr 2002 03:45:06 +0000 (03:45 +0000)
committerFred Drake <fdrake@acm.org>
Mon, 1 Apr 2002 03:45:06 +0000 (03:45 +0000)
commitf4e3484692096260e0ea030f4f3490204fb966c6
tree2a225afe9b1e28343e1b4a87dc1f6982ef569b8c
parent7829335763ef520b909d657525f8a0a6e7b759db
Use the PyModule_*() API instead of manipulating the module dictionary
directly.
Modules/arraymodule.c
Modules/cmathmodule.c