mirror of
https://github.com/python/cpython.git
synced 2025-12-10 19:10:59 +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
|
|
@ -3080,6 +3080,7 @@ PyTypeObject PyBytes_Type = {
|
|||
bytes_alloc, /* tp_alloc */
|
||||
bytes_new, /* tp_new */
|
||||
PyObject_Free, /* tp_free */
|
||||
.tp_version_tag = _Py_TYPE_VERSION_BYTES,
|
||||
};
|
||||
|
||||
void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue