Stack overflow test errors in Alpine after GH-130398 #131338
Labels
3.14
new features, bugs and security fixes
interpreter-core
(Objects, Python, Grammar, and Parser dirs)
OS-unsupported
type-bug
An unexpected behavior, bug, or error
Bug report
Bug description:
After GH-130398 (0142236) was applied,
test.test_dynamic.RebindBuiltinsTests.test_load_global_specialization_failure_keeps_oparg
andtest.test_functools.TestLRUC.test_lru_recursion
fail withRecursionError: Stack overflow (used 96 kB) while calling a Python object
on Alpine linux with python compiled with musl.I don't know the significance of this; the tests were already skipped on wasi and/or emscripten before that commit, which also use musl. However, the fact that a stack overflow happens where one did not previously happen is worrisome for the stability of python on Alpine.
Let me know if there is any debugging assistance I can provide.
CPython versions tested on:
CPython main branch
Operating systems tested on:
Other
The text was updated successfully, but these errors were encountered: