]> granicus.if.org Git - python/commit
Should no longer surround PyOS_Readline() call with
authorGuido van Rossum <guido@python.org>
Thu, 3 Sep 1998 22:25:05 +0000 (22:25 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 3 Sep 1998 22:25:05 +0000 (22:25 +0000)
commit746340d989f02af9c8d75545c7068b5db9894826
treecf4a37868052604d6a426ab01e50da0142858651
parentb85c8479eb0dd25968eceabf599c0c4616a3c59a
Should no longer surround PyOS_Readline() call with
Py_{BEGIN,END}_ALLOW_THREADS macros.  Also get rid of the declaration
for it (it's now in pythonrun.h).
Python/bltinmodule.c