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 serhiy.storchaka
Recipients Arfrever, berker.peksag, brett.cannon, larry, serhiy.storchaka
Date 2015-04-24.18:20:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1429899648.03.0.939962310566.issue23810@psf.upfronthosting.co.za>
In-reply-to
Content
Unfortunately this will not help for re, because the trace passes through three files: Lib/sre_parse.py, Lib/sre_compile.py and Lib/re.py.
History
Date User Action Args
2015-04-24 18:20:48serhiy.storchakasetrecipients: + serhiy.storchaka, brett.cannon, larry, Arfrever, berker.peksag
2015-04-24 18:20:48serhiy.storchakasetmessageid: <1429899648.03.0.939962310566.issue23810@psf.upfronthosting.co.za>
2015-04-24 18:20:48serhiy.storchakalinkissue23810 messages
2015-04-24 18:20:47serhiy.storchakacreate