mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
GH-126547: Pre-assign version numbers for a few common classes (GH-126551)
This commit is contained in:
parent
fd5580cd15
commit
fa40922597
12 changed files with 29 additions and 2 deletions
|
@ -87,7 +87,7 @@ extern PyTypeObject _PyExc_MemoryError;
|
|||
.double_format = _py_float_format_unknown, \
|
||||
}, \
|
||||
.types = { \
|
||||
.next_version_tag = 1, \
|
||||
.next_version_tag = _Py_TYPE_VERSION_NEXT, \
|
||||
}, \
|
||||
.static_objects = { \
|
||||
.singletons = { \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue