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 loewis
Recipients
Date 2006-11-25.15:13:50
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
I believe the patch is incorrect. While matching, sre may allocate memory through Python API, and it may raise exceptions through Python API. Neither is allowed when the GIL is released

Tentatively rejecting the patch.

Eric, if you think the patch is correct or can be corrected, please update it to the current subversion trunk.
History
Date User Action Args
2007-08-23 15:44:46adminlinkissue1366311 messages
2007-08-23 15:44:46admincreate