Commit 8aedb049 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 266ae7c0
...@@ -214,7 +214,7 @@ pyvma_clear(PyObject *pyvma0) ...@@ -214,7 +214,7 @@ pyvma_clear(PyObject *pyvma0)
/* NOTE don't clear vma->fileh: we need vma to be released first - else - /* NOTE don't clear vma->fileh: we need vma to be released first - else -
* if there would be vma <=> fileh cycle, it could be possible for Python * if there would be vma <=> fileh cycle, it could be possible for Python
* to release fileh first, and then fileh_close called by fileh release * to release fileh first, and then fileh_close called by fileh release
* would break with BUG asserting that there is no fileh mappings left. * would break with BUG asserting that there are no fileh mappings left.
* Protect py-level users from that. */ * Protect py-level users from that. */
Py_CLEAR(pyvma->pyuser); Py_CLEAR(pyvma->pyuser);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment