Skip to content

Commit c85dc0e

Browse files
committed
Perform tuning later, it seems slightly faster
1 parent 9a2c625 commit c85dc0e

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

mypy/__main__.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,6 @@
22

33
from __future__ import annotations
44

5-
from mypy.gctune import tune_gc
6-
7-
# Tune GC as early as possible, before most imports
8-
tune_gc()
9-
105
import os
116
import sys
127
import traceback

mypyc/__main__.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,6 @@
1212

1313
from __future__ import annotations
1414

15-
from mypy.gctune import tune_gc
16-
17-
# Tune GC as early as possible, before most imports
18-
tune_gc()
19-
2015
import os
2116
import os.path
2217
import subprocess

0 commit comments

Comments
 (0)