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 abacabadabacaba
Recipients abacabadabacaba, ezio.melotti, mrabarnett, vstinner
Date 2015-03-17.17:31:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1426613499.74.0.90097340294.issue23690@psf.upfronthosting.co.za>
In-reply-to
Content
Aren't Python strings immutable?

Also, match functions still permit execution of signal handlers, which can execute any Python code.

If GIL is needed during matching, can it be released temporarily to permit thread switching?
History
Date User Action Args
2015-03-17 17:31:39abacabadabacabasetrecipients: + abacabadabacaba, vstinner, ezio.melotti, mrabarnett
2015-03-17 17:31:39abacabadabacabasetmessageid: <1426613499.74.0.90097340294.issue23690@psf.upfronthosting.co.za>
2015-03-17 17:31:39abacabadabacabalinkissue23690 messages
2015-03-17 17:31:39abacabadabacabacreate