3.10
Could not load branches
Nothing to show
Could not load tags
Nothing to show
{{ refName }}
default
This branch is 1838 commits ahead, 4435 commits behind main.
Contribute
-
This branch is 1838 commits ahead of main.
Open a pull request to contribute your changes upstream.
Latest commit
…GH-94999) (GH-95354) When keyword argument name is an instance of a str subclass with overloaded methods __eq__ and __hash__, the former code could not find the name of an extraneous keyword argument to report an error, and _PyArg_UnpackKeywords() returned success without setting the corresponding cell in the linearized arguments array. But since the number of expected initialized cells is determined as the total number of passed arguments, this lead to reading NULL as a keyword parameter value, that caused SystemError or crash or other undesired behavior.. (cherry picked from commit ebad53a) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
563f058
Git stats
Files
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
Miscellaneous source files for the main Python shared library