This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author arigo
Recipients
Date 2006-06-10.10:59:08
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=4771

Ah, PyThreadState_GET() complains if tstate is NULL, but only
in debug mode.  My code was prepared to handle a NULL
return value; I didn't expect this extra check :-)

Let's read _PyThreadState_Current directly then, as I
don't see another way to get at it with no check.  Checked in
as r46818.

Command-line arguments are not too much stressed by
the test suite...
History
Date User Action Args
2007-08-23 14:40:29adminlinkissue1503294 messages
2007-08-23 14:40:29admincreate