◐ Shell
clean mode source ↗

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

@erlend-aasland 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

Apr 30, 2021

vstinner

Erlend Egeberg Aasland and others added 2 commits

April 30, 2021 12:43
Co-authored-by: Victor Stinner <vstinner@python.org>

vstinner

vstinner

@vstinner

test_descr does crash on the Windows CI.

@vstinner

I look the liberty of fixing '%R' before I noticed the test_descr crash :-(

@erlend-aasland

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

April 30, 2021 14:19

@vstinner

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.

@erlend-aasland

@vstinner