Message 343033 - Python tracker

Message343033

Author xtreak
Recipients serhiy.storchaka, steve.dower, vstinner, xtreak
Date 2019-05-21.12:21:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1558441288.19.0.675619854651.issue36973@roundup.psfhosted.org>
In-reply-to
Content
I have seen it occurring consistently in my PR 10307 in Travis and AppVeyor. It seems to be reproducible by importing ast at the top in inspect module which seems to have an effect as libregrtest is used to run the test_json. Using unittest module to run test_json doesn't seem to crash the last time I have checked.
History
Date User Action Args
2019-05-21 12:21:28xtreaksetrecipients: + xtreak, vstinner, serhiy.storchaka, steve.dower
2019-05-21 12:21:28xtreaksetmessageid: <1558441288.19.0.675619854651.issue36973@roundup.psfhosted.org>
2019-05-21 12:21:28xtreaklinkissue36973 messages
2019-05-21 12:21:28xtreakcreate