SIGN IN SIGN UP

bpo-43908: Immutable types inherit vectorcall (GH-27001)

Heap types with the Py_TPFLAGS_IMMUTABLETYPE flag can now inherit the
PEP 590 vectorcall protocol.  Previously, this was only possible for static types.

Co-authored-by: Victor Stinner <vstinner@python.org>
E
Erlend Egeberg Aasland committed
a3739b207adb5d17e3b53347df05b54b1a8b87f0
Parent: 15f0fc5
Committed by GitHub <noreply@github.com> on 7/8/2021, 10:48:01 AM