commit | b73b5fb9ea08156991a065c1696e8d8cf7622482 | [log] [tgz] |
---|---|---|
author | Erlend Egeberg Aasland <erlend.aasland@innova.no> | Fri Apr 30 12:07:02 2021 +0200 |
committer | GitHub <noreply@github.com> | Fri Apr 30 12:07:02 2021 +0200 |
tree | 6ffde4e950c5badb97bcd6d663e1fcff4ec7cd89 | |
parent | 069e81ab3da46c441335ca762c4333b7bd91861d [diff] |
bpo-43973: object_set_class() checks Py_TPFLAGS_IMMUTABLETYPE (GH-25714) Use Py_TPFLAGS_IMMUTABLETYPE to check for class assignments.