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 cheryl.sabella
Recipients cheryl.sabella
Date 2020-05-28.13:55:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1590674108.19.0.341062869134.issue40807@roundup.psfhosted.org>
In-reply-to
Content
When calling `codeop._maybe_compile`, `compile` is run three times.  If the code being compiled causes a warning message, the warning is generated each time that `compile` is called, thus (possibly) showing the message three times.


See msg370163 and that issue for context.
History
Date User Action Args
2020-05-28 13:55:08cheryl.sabellasetrecipients: + cheryl.sabella
2020-05-28 13:55:08cheryl.sabellasetmessageid: <1590674108.19.0.341062869134.issue40807@roundup.psfhosted.org>
2020-05-28 13:55:08cheryl.sabellalinkissue40807 messages
2020-05-28 13:55:08cheryl.sabellacreate