cpython/Misc/NEWS.d/next/Core and Builtins/2024-06-19-11-10-50.gh-issu...

5 lines
247 B
ReStructuredText
Raw Normal View History

Make sure that invariants of type versioning are maintained:
* Superclasses always have their version number assigned before subclasses
* The version tag is always zero if the tag is not valid.
* The version tag is always non-if the tag is valid.