]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-90699: use statically allocated interned strings in typeobject's slotdefs (GH...
authorKumar Aditya <59607654+kumaraditya303@users.noreply.github.com>
Wed, 7 Sep 2022 22:02:08 +0000 (03:32 +0530)
committerGitHub <noreply@github.com>
Wed, 7 Sep 2022 22:02:08 +0000 (15:02 -0700)
commit4e4bfffe2ded7339663945ad4c494db0e88ec96c
treefd0af2d3464ae3de99304faad2e5baaedec0f6f9
parentb65686c50563c5f64b4eb6e684807c6ab6089523
GH-90699: use statically allocated interned strings in typeobject's slotdefs  (GH-94706)
Include/internal/pycore_typeobject.h
Objects/object.c
Objects/typeobject.c
Python/pylifecycle.c
Tools/scripts/generate_global_objects.py