mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
Remove sys._deactivate_opcache() now that is not needed (GH-27154)
This commit is contained in:
parent
f333ab0f2e
commit
4cb7263f0c
4 changed files with 1 additions and 50 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue