]> granicus.if.org Git - python/commit
Add a test that Py_IsInitialized() in Py_InitModule4(). See
authorGuido van Rossum <guido@python.org>
Fri, 4 Aug 2000 14:00:14 +0000 (14:00 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 4 Aug 2000 14:00:14 +0000 (14:00 +0000)
commit413407f103b59568b7fc0ef6036805521cfddbff
treefa1ab88bd957e667e9a1c0e374b5134e0ff1498f
parentb9fa0a843e239bcdaecbe16aaa508e9e25b5afce
Add a test that Py_IsInitialized() in Py_InitModule4().  See
python-dev discussion.

This should catch future version incompatibilities on Windows.  Alas,
this doesn't help for 1.5 vs. 1.6; but it will help for 1.6 vs. 2.0.
Python/modsupport.c