mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +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
|
|
@ -1916,6 +1916,7 @@ PyTypeObject PyFloat_Type = {
|
|||
0, /* tp_alloc */
|
||||
float_new, /* tp_new */
|
||||
.tp_vectorcall = (vectorcallfunc)float_vectorcall,
|
||||
.tp_version_tag = _Py_TYPE_VERSION_FLOAT,
|
||||
};
|
||||
|
||||
static void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue