]> granicus.if.org Git - python/commit
Use a counter instead of a Boolean to check for initialized; n calls
authorGuido van Rossum <guido@python.org>
Wed, 20 Aug 1997 22:40:18 +0000 (22:40 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 20 Aug 1997 22:40:18 +0000 (22:40 +0000)
commitaa61505fd222fb15cc2507c8a2a44dcfce0c971f
treee1eee93373b3a56be0f5c6c4b102ba8709720107
parent558be283bf2c3a2c405c8a404da1cfed69900226
Use a counter instead of a Boolean to check for initialized; n calls
to Py_Initialize will be undone by n calls to Py_Uninitialize.
Demo/pysvr/pysvr.c
Python/pythonrun.c