mirror of
https://github.com/python/cpython.git
synced 2025-08-31 14:07:50 +00:00
GH-113464: Display a warning when building the JIT (GH-118481)
This commit is contained in:
parent
39981fd07a
commit
424438b11e
6 changed files with 38 additions and 26 deletions
|
@ -1,4 +1,5 @@
|
|||
"""Utilities for invoking LLVM tools."""
|
||||
|
||||
import asyncio
|
||||
import functools
|
||||
import os
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue