mirror of
https://github.com/python/cpython.git
synced 2025-11-25 04:34:37 +00:00
Fix for #1087741 patch.
This commit is contained in:
parent
48c6293500
commit
d02fc48f67
2 changed files with 8 additions and 1 deletions
|
|
@ -129,7 +129,7 @@ mmap_object_dealloc(mmap_object *m_obj)
|
|||
}
|
||||
#endif /* UNIX */
|
||||
|
||||
PyObject_Del(m_obj);
|
||||
m_obj->ob_type->tp_free((PyObject*)m_obj);
|
||||
}
|
||||
|
||||
static PyObject *
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue