New submission from Karthikeyan Singaravelan <tir.kar...@gmail.com>:
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 ---------- components: Tests messages: 342937 nosy: steve.dower, vstinner, xtreak priority: normal severity: normal status: open title: test_json.test_recursion.TestPyRecursion.test_endless_recursion stack overflow in AMD64 Windows8.1 Non-Debug 3.x type: behavior versions: Python 3.8 _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue36973> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com