diff options
author | Pablo Galindo Salgado <Pablogsal@gmail.com> | 2021-07-15 14:43:59 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-15 14:43:59 +0100 |
commit | 4cb7263f0c7199280c01d911a1e7021568b548fd (patch) | |
tree | 18163178a6b562625431d44fb2ffccb8e0a9ee3a /Lib/test/libregrtest/setup.py | |
parent | f333ab0f2edec26a769ed558263ac662e5475451 (diff) | |
download | cpython-git-4cb7263f0c7199280c01d911a1e7021568b548fd.tar.gz |
Remove sys._deactivate_opcache() now that is not needed (GH-27154)
Diffstat (limited to 'Lib/test/libregrtest/setup.py')
-rw-r--r-- | Lib/test/libregrtest/setup.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/test/libregrtest/setup.py b/Lib/test/libregrtest/setup.py index 83ce2f73f4..345b584199 100644 --- a/Lib/test/libregrtest/setup.py +++ b/Lib/test/libregrtest/setup.py @@ -63,7 +63,6 @@ def setup_tests(ns): if ns.huntrleaks: unittest.BaseTestSuite._cleanup = False - sys._deactivate_opcache() if ns.memlimit is not None: support.set_memlimit(ns.memlimit) |