We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a2c625 commit c85dc0eCopy full SHA for c85dc0e
mypy/__main__.py
@@ -2,11 +2,6 @@
2
3
from __future__ import annotations
4
5
-from mypy.gctune import tune_gc
6
-
7
-# Tune GC as early as possible, before most imports
8
-tune_gc()
9
10
import os
11
import sys
12
import traceback
mypyc/__main__.py
@@ -12,11 +12,6 @@
13
14
15
16
17
18
19
20
21
import os.path
22
import subprocess
0 commit comments