We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba9e889 commit f684dcdCopy full SHA for f684dcd
Include/internal/pycore_dict_state.h
@@ -33,8 +33,8 @@ struct _Py_dict_state {
33
#if PyDict_MAXFREELIST > 0
34
/* Dictionary reuse scheme to save calls to malloc and free */
35
PyDictObject *free_list[PyDict_MAXFREELIST];
36
- int numfree;
37
PyDictKeysObject *keys_free_list[PyDict_MAXFREELIST];
+ int numfree;
38
int keys_numfree;
39
#endif
40
PyDict_WatchCallback watchers[DICT_MAX_WATCHERS];
0 commit comments