]> granicus.if.org Git - python/commit
Py_UseClassExceptionsFlag is deprecated. We keep the C variable for C
authorBarry Warsaw <barry@python.org>
Tue, 2 May 2000 19:18:59 +0000 (19:18 +0000)
committerBarry Warsaw <barry@python.org>
Tue, 2 May 2000 19:18:59 +0000 (19:18 +0000)
commit3ce096459e348c95c2c3348f8d84720f25c1a4c9
tree4ac533e8884240b5782050e721326156cdb3afe2
parente326b1efe2f2471f7d396fc2326c2ca614ef0433
Py_UseClassExceptionsFlag is deprecated.  We keep the C variable for C
API consistency, but nothing sets it or checks it now.
Python/pythonrun.c