commit | eddef861b49f1635222a9e1771231c34a807debf | [log] [tgz] |
---|---|---|
author | Inada Naoki <songofacandy@gmail.com> | Tue Jun 04 07:38:10 2019 +0900 |
committer | Victor Stinner <vstinner@redhat.com> | Tue Jun 04 00:38:09 2019 +0200 |
tree | 254bbdec06edfdca92d8e1ab6ab2e53652ac3875 | |
parent | 0f0a30f4da4b529e0f7df857b9f575b231b32758 [diff] |
bpo-37146: disable opcache when Py_DEBUG is defined (GH-13787) --with-pydebug is commonly used to find memory leaks. But opcache makes it harder. So disable opcache when Py_DEBUG is defined.