mirror of
https://github.com/python/cpython.git
synced 2026-05-09 22:20:38 -04:00
804d6893b8
Use `_PyArg_NoKeywords` instead of `_PyArg_NoKwnames` when checking the `kwds` tuple when creating `GenericAlias`. This fixes an interpreter crash when passing in keyword arguments to `GenericAlias`'s constructor. Needs backport to 3.9. Automerge-Triggered-By: GH:gvanrossum
Source files for various builtin objects