]> granicus.if.org Git - python/commit
Make current_tstate a global, _PyThreadState_Current. This is to
authorGuido van Rossum <guido@python.org>
Mon, 21 Dec 1998 18:27:28 +0000 (18:27 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 21 Dec 1998 18:27:28 +0000 (18:27 +0000)
commit18bc7c227676c91a6cfe97cd571bd0a5a187e373
tree6494ce4102748da6575cb75f676de1f02a1bfb21
parentdfaac4df9efb59d9469f04d2f583399172fa1112
Make current_tstate a global, _PyThreadState_Current.  This is to
support a macro in pystate.h.
Python/pystate.c