commit | 3b52c8d66b25415f09478ab43f93d59a3547dc13 | [log] [tgz] |
---|---|---|
author | Erlend Egeberg Aasland <erlend.aasland@innova.no> | Wed Apr 28 19:02:42 2021 +0200 |
committer | GitHub <noreply@github.com> | Wed Apr 28 19:02:42 2021 +0200 |
tree | c403cd3e2e6601ce86b4732085f0836d278964d9 | |
parent | 3cc481b9de43c234889c8010e7da3af7c0f42319 [diff] |
bpo-43908: Add Py_TPFLAGS_IMMUTABLETYPE flag (GH-25520) Introduce Py_TPFLAGS_IMMUTABLETYPE flag for immutable type objects, and modify PyType_Ready() to set it for static types. Co-authored-by: Victor Stinner <vstinner@python.org>