bpo-43908: check_set_special_type_attr() and type_set_annotations() now check for immutable flag by erlend-aasland · Pull Request #25743 · python/cpython
… iso. !Py_TPFLAGS_HEAPTYPE
erlend-aasland
changed the title
bpo-43908: check_set_special_type_attr() now checks for Py_TPFLAGS_IMMUTABLETYPE…
bpo-43908: check_set_special_type_attr() and type_set_annotations() now check for immutable flag
Erlend Egeberg Aasland and others added 2 commits
I look the liberty of fixing
'%R'before I noticed the test_descr crash :-(
Thanks, Victor! I'm offline for an hour now. Feel free to take care of the fixes and land the PR :) Or I'll look at it later this afternoon.
Erlend E. Aasland and others added 2 commits
Thanks, Victor! I'm offline for an hour now. Feel free to take care of the fixes and land the PR :) Or I'll look at it later this afternoon.
No problem, I pushed a fix for test_descr in your PR.