-
-
Notifications
You must be signed in to change notification settings - Fork 33.7k
Closed
Labels
interpreter-core(Objects, Python, Grammar, and Parser dirs)(Objects, Python, Grammar, and Parser dirs)type-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error
Description
Bug report
On my x86_64 machine after:
./configure -C --prefix '$(PWD)/target'
make 'CFLAGS_NODIST=-O0'
I get:
0:00:00 load avg: 6.18 [1/1] test_call
test test_call failed -- Traceback (most recent call last):
File "/home/encukou/dev/cpython/Lib/test/test_call.py", line 1054, in test_margin_is_sufficient
self.assertLess(safe_margin, _testinternalcapi.get_stack_margin())
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 21960.0 not less than 16384
Fedora builds have been getting similar issues on other architectures as well.
Related to #130396
Linked PRs
hroncok and Yassin-567
Metadata
Metadata
Assignees
Labels
interpreter-core(Objects, Python, Grammar, and Parser dirs)(Objects, Python, Grammar, and Parser dirs)type-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error