Assertion failure when specializing functions with too many __defaults__
#105840
Labels
3.11
only security fixes
3.12
only security fixes
3.13
bugs and security fixes
interpreter-core
(Objects, Python, Grammar, and Parser dirs)
triaged
The issue has been accepted as valid by a triager.
type-crash
A hard crash of the interpreter, possibly with a core dump
Uh oh!
There was an error while loading. Please reload this page.
When specializing some Python calls, we assert that we don't have more defaults than we have arguments. This isn't always true, though:
Linked PRs
__defaults__
#105847The text was updated successfully, but these errors were encountered: