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 f06786e commit 6ce699dCopy full SHA for 6ce699d
Include/internal/pycore_long.h
@@ -49,7 +49,6 @@ extern "C" {
49
50
/* runtime lifecycle */
51
52
-extern PyStatus _PyLong_InitRuntime(void);
53
extern PyStatus _PyLong_InitTypes(PyInterpreterState *);
54
extern void _PyLong_FiniTypes(PyInterpreterState *interp);
55
Tools/c-analyzer/cpython/ignored.tsv
@@ -28,7 +28,7 @@ Python/thread_pthread.h PyThread__init_thread lib_initialized -
28
##-----------------------
29
## other values (not Python-specific)
30
31
-# computed by runtime init, before interpreters created
+# static tables computed by external script
32
Objects/longobject.c - log_base_BASE -
33
Objects/longobject.c - convwidth_base -
34
Objects/longobject.c - convmultmax_base -
0 commit comments