Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork34.1k
Closed
Description
Bug report
Bug description:
deff(a=0):f(a=0)f()
This code causes an infinite loop (until it runs out of memory) in Python 3.14. It raisesRecursionError in Python 3.13. There is no problem when calling the function without a keyword argument; in that case, it also raisesRecursionError as expected.
CPython versions tested on:
3.13, 3.14, CPython main branch
Operating systems tested on:
macOS
Linked PRs
Metadata
Metadata
Assignees
Labels
Projects
Status
Done