mirror of
https://github.com/python/cpython.git
synced 2026-01-06 07:22:09 +00:00
merge 3.5
This commit is contained in:
commit
a4ed2daea3
1 changed files with 1 additions and 1 deletions
|
|
@ -102,7 +102,7 @@ void PySlice_Fini(void)
|
|||
PySliceObject *obj = slice_cache;
|
||||
if (obj != NULL) {
|
||||
slice_cache = NULL;
|
||||
PyObject_Del(obj);
|
||||
PyObject_GC_Del(obj);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue