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.
_imp
1 parent fcc877d commit 0bf33ebCopy full SHA for 0bf33eb
stdlib/@tests/stubtest_allowlists/py314.txt
@@ -3,7 +3,6 @@
3
# ====================================================================
4
5
_asyncio.all_tasks
6
-_imp.pyc_magic_number_token
7
asyncio.eager_task_factory
8
asyncio.tasks.eager_task_factory
9
compression.gzip.GzipFile.readinto
stdlib/_imp.pyi
@@ -5,6 +5,8 @@ from importlib.machinery import ModuleSpec
from typing import Any
check_hash_based_pycs: str
+if sys.version_info >= (3, 14):
+ pyc_magic_number_token: int
10
11
def source_hash(key: int, source: ReadableBuffer) -> bytes: ...
12
def create_builtin(spec: ModuleSpec, /) -> types.ModuleType: ...
0 commit comments