Recursion Crashes Under Windows in Python 3.12 and 3.13 #1095
Replies: 1 comment
-
Thanks for the detailed report! I have created a bug (#1096) from this issue, and closing this one in favor of that. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I think this is a bug, but it might be something I'm doing wrong.
I've run the following smoke test under Linux (Ubuntu 24.04) and Windows 10 LTSC, using Pythons 3.9 - 3.13 .
Under Linux, this test passes on all Pythons 3.9 - 3.13. Under Windows, it passes on 3.9 - 3.11, but crashes with a
RecursionError: maximum recursion depth exceeded
on Python 3.12 and 3.13.On Python 3.12, the stack trace is:
That error repeats 74 times, followed by:
The stack trace in 3.13 is similar:
This is repeated 60 times, followed by:
Versions:
pytest 8.3.4
pyfakefs 5.7.2
Linux Ubuntu 24.04 - Linux 6.8.0-49-generic x86_64:
Windows 10 LTSC 21H2 (OS Build 19044.5131) :
Beta Was this translation helpful? Give feedback.
All reactions