mirror of
https://github.com/python/cpython.git
synced 2026-06-25 12:27:09 -04:00
c9380aebbe
PyDict_Contains() and PyDict_ContainsString() now fail with SystemError if the first argument is not a dict, frozendict, dict subclass or frozendict subclass.
Source files for various builtin objects