Message 342937 - Python tracker

Message342937

Author xtreak
Recipients steve.dower, vstinner, xtreak
Date 2019-05-20.17:45:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1558374336.39.0.468050668046.issue36973@roundup.psfhosted.org>
In-reply-to
Content
test_json results in stack overflow after the commit to implement __repr__ for weakset. This is very much similar to the one consistently occurring on my inspect module PR in Windows tests only for the past two weeks. My change was in changing inspect module and more specifically in importing ast at the top of inspect module. The relevant commit for buildbot failure is in implementing __repr__ for weakset.

Buildbot error : https://buildbot.python.org/all/#/builders/12/builds/2497

Error in my PR that is consistent and same : https://ci.appveyor.com/project/python/cpython/builds/24631185#L1547
History
Date User Action Args
2019-05-20 17:45:36xtreaksetrecipients: + xtreak, vstinner, steve.dower
2019-05-20 17:45:36xtreaksetmessageid: <1558374336.39.0.468050668046.issue36973@roundup.psfhosted.org>
2019-05-20 17:45:36xtreaklinkissue36973 messages
2019-05-20 17:45:36xtreakcreate