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
Date 2015-03-17.17:04:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1426611875.32.0.330312694867.issue23690@psf.upfronthosting.co.za>
In-reply-to
Content
Looks like function in re module (match, fullmatch and so on) don't release GIL, even though these operations can take much time. As a result, other threads can't run while a pattern is being matched, and thread switching doesn't happen as well.
History
Date User Action Args
2015-03-17 17:04:35abacabadabacabasetrecipients: + abacabadabacaba, ezio.melotti, mrabarnett
2015-03-17 17:04:35abacabadabacabasetmessageid: <1426611875.32.0.330312694867.issue23690@psf.upfronthosting.co.za>
2015-03-17 17:04:35abacabadabacabalinkissue23690 messages
2015-03-17 17:04:35abacabadabacabacreate