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 xtreak
Recipients brett.cannon, bskinn, takluyver, vstinner, xtreak
Date 2019-04-22.14:11:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1555942290.63.0.772345679405.issue36695@roundup.psfhosted.org>
In-reply-to
Content
> Karthikeyan, my apologies for the slow reply -- I posted this right before I went to bed.

No problem, thanks for the simplified program. I wrote a similar one based on doctest that fails with commit and passes before it. I am still confused about the commit impact and warnings also uses C code so hope someone else has some idea over this scenario. As you mentioned it seems to be about doctest that uses exec and compile. I can see the change in output since doctest has it's own internal stdout wrapper like contextlib but using the similar exec and compile statement as a standalone one doesn't reproduce this.
History
Date User Action Args
2019-04-22 14:11:30xtreaksetrecipients: + xtreak, brett.cannon, vstinner, takluyver, bskinn
2019-04-22 14:11:30xtreaksetmessageid: <1555942290.63.0.772345679405.issue36695@roundup.psfhosted.org>
2019-04-22 14:11:30xtreaklinkissue36695 messages
2019-04-22 14:11:30xtreakcreate