mirror of
https://github.com/python/cpython.git
synced 2025-11-02 19:12:55 +00:00
GH-126599: Remove the PyOptimizer API (GH-129194)
This commit is contained in:
parent
5c930a26fb
commit
828b27680f
23 changed files with 345 additions and 435 deletions
|
|
@ -1185,7 +1185,7 @@ class ArgsTestCase(BaseTestCase):
|
|||
stats=TestStats(4, 1),
|
||||
forever=True)
|
||||
|
||||
@support.without_optimizer
|
||||
@support.requires_jit_disabled
|
||||
def check_leak(self, code, what, *, run_workers=False):
|
||||
test = self.create_test('huntrleaks', code=code)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue