mirror of
https://github.com/python/cpython.git
synced 2025-12-09 10:37:17 +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 @@
|
|||
"""Schema for the JSON produced by llvm-readobj --elf-output-style=JSON."""
|
||||
|
||||
import typing
|
||||
|
||||
HoleKind: typing.TypeAlias = typing.Literal[
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue