Staging
v0.5.1
https://github.com/python/cpython
Revision eddef861b49f1635222a9e1771231c34a807debf authored by Inada Naoki on 03 June 2019, 22:38:10 UTC, committed by Victor Stinner on 03 June 2019, 22:38:09 UTC
--with-pydebug is commonly used to find memory leaks.
But opcache makes it harder.
So disable opcache when Py_DEBUG is defined.
1 parent 0f0a30f
History
Tip revision: eddef861b49f1635222a9e1771231c34a807debf authored by Inada Naoki on 03 June 2019, 22:38:10 UTC
bpo-37146: disable opcache when Py_DEBUG is defined (GH-13787)
Tip revision: eddef86

README

back to top