]> granicus.if.org Git - python/commit
Instead of using _PyImport_Inittab[] directly, use the new "official"
authorGuido van Rossum <guido@python.org>
Fri, 31 Oct 1997 18:37:24 +0000 (18:37 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 31 Oct 1997 18:37:24 +0000 (18:37 +0000)
commit771c6c8f7a834baf41ea73914a13835325718fa9
tree98aba465423427a274b0b2413900e9b737740207
parent66959aff6831b5ce6ecc2a9a8d38041198b355aa
Instead of using _PyImport_Inittab[] directly, use the new "official"
pointer *PyImport_Inittab which is initialized to _PyImport_Inittab.
Python/import.c