commit | 64141382ecbad665d5738ff26d15505f3427c724 | [log] [tgz] |
---|---|---|
author | Erlend Egeberg Aasland <erlend.aasland@innova.no> | Fri Apr 30 15:25:43 2021 +0200 |
committer | GitHub <noreply@github.com> | Fri Apr 30 15:25:43 2021 +0200 |
tree | 4e651b277dd979d635cc55fa5b5bf33864a20d69 | |
parent | 9032cf5cb1e33c0349089cfb0f6bf11ed3c30e86 [diff] |
bpo-43908: check_set_special_type_attr() checks Py_TPFLAGS_IMMUTABLETYPE (GH-25743) check_set_special_type_attr() and type_set_annotations() now check for immutable flag (Py_TPFLAGS_IMMUTABLETYPE). Co-authored-by: Victor Stinner <vstinner@python.org>