]> granicus.if.org Git - python/commit
Added new Py_IsInitalized() API function to test the 'initialized' flag.
authorGuido van Rossum <guido@python.org>
Fri, 22 Aug 1997 04:20:13 +0000 (04:20 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 22 Aug 1997 04:20:13 +0000 (04:20 +0000)
commite3c0d5eb3452f8bfcc15bf1e2985dcc83fa01901
treeceeb0dfad333ecff0d9289e4fb9cc7f0b879505c
parent779133c70791aa46f98e22854dcbdd2b47d3a60c
Added new Py_IsInitalized() API function to test the 'initialized' flag.
Include/pythonrun.h
PC/python_nt.def
Python/pythonrun.c