SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

0 0 0 Python

bpo-32388: Remove cross-version binary compatibility requirement in tp_flags (GH-4944)

It is now allowed to add new fields at the end of the PyTypeObject struct without having to allocate a dedicated compatibility flag in tp_flags.

This will reduce the risk of running out of bits in the 32-bit tp_flags value.
A
Antoine Pitrou committed
ada319bb6d0ebcc68d3e0ef2b4279ea061877ac8
Parent: 43fdbd2
Committed by GitHub <[email protected]> on 5/29/2019, 8:12:38 PM