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, brett.cannon, larry, serhiy.storchaka
Date 2015-03-30.13:53:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1427723629.68.0.228606225332.issue23810@psf.upfronthosting.co.za>
In-reply-to
Content
Similar feature is needed for warnings in the re module. Methods of regular expression pattern can be called directly or from module-level wrappers. In these case the stack level differs by 1. And sometimes warnings are emitted in recursive parser, when stack level is variable.
History
Date User Action Args
2015-03-30 13:53:49serhiy.storchakasetrecipients: + serhiy.storchaka, brett.cannon, larry, Arfrever
2015-03-30 13:53:49serhiy.storchakasetmessageid: <1427723629.68.0.228606225332.issue23810@psf.upfronthosting.co.za>
2015-03-30 13:53:49serhiy.storchakalinkissue23810 messages
2015-03-30 13:53:49serhiy.storchakacreate