mirror of
https://github.com/python/cpython.git
synced 2026-01-28 13:45:18 +00:00
* Never change types' cached keys. It could invalidate inline attribute objects. * Lazily create object dictionaries. * Update specialization of LOAD/STORE_ATTR. * Don't update shared keys version for deletion of value. * Update gdb support to handle instance values. * Rename SPLIT_KEYS opcodes to INSTANCE_VALUE.
Miscellaneous source files for the main Python shared library