commit | 413407f103b59568b7fc0ef6036805521cfddbff | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Fri Aug 04 14:00:14 2000 +0000 |
committer | Guido van Rossum <guido@python.org> | Fri Aug 04 14:00:14 2000 +0000 |
tree | fa1ab88bd957e667e9a1c0e374b5134e0ff1498f | |
parent | b9fa0a843e239bcdaecbe16aaa508e9e25b5afce [diff] |
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.