[New-bugs-announce] [issue36973] test_json.test_recursion.TestPyRecursion.test_endless_recursion stack overflow in AMD64 Windows8.1 Non-Debug 3.x

Karthikeyan Singaravelan report at bugs.python.org
Mon May 20 13:45:36 EDT 2019


New submission from Karthikeyan Singaravelan <tir.karthi at 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 <report at bugs.python.org>
<https://bugs.python.org/issue36973>
_______________________________________


More information about the New-bugs-announce mailing list