mirror of
https://github.com/python/cpython.git
synced 2025-10-28 09:10:36 +00:00
gh-111968: Unify naming scheme for freelist (gh-113919)
This commit is contained in:
parent
9d33c23857
commit
c65ae26f2b
2 changed files with 3 additions and 3 deletions
|
|
@ -36,7 +36,7 @@ struct _Py_float_state {
|
|||
|
||||
typedef struct _Py_freelist_state {
|
||||
struct _Py_float_state float_state;
|
||||
struct _Py_list_state list;
|
||||
struct _Py_list_state list_state;
|
||||
} _PyFreeListState;
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue