mirror of
https://github.com/python/cpython.git
synced 2024-11-24 00:38:00 +01:00
f6d9e5926b
Add an option (--enable-experimental-jit for configure-based builds or --experimental-jit for PCbuild-based ones) to build an *experimental* just-in-time compiler, based on copy-and-patch (https://fredrikbk.com/publications/copy-and-patch.pdf). See Tools/jit/README.md for more information on how to install the required build-time tooling.
6 lines
75 B
INI
6 lines
75 B
INI
[mypy]
|
|
files = Tools/jit
|
|
pretty = True
|
|
python_version = 3.11
|
|
strict = True
|