Skip to content

Commit 6ce699d

Browse files
committed
Remove unneeded func declaration, fix comment.
1 parent f06786e commit 6ce699d

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Include/internal/pycore_long.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ extern "C" {
4949

5050
/* runtime lifecycle */
5151

52-
extern PyStatus _PyLong_InitRuntime(void);
5352
extern PyStatus _PyLong_InitTypes(PyInterpreterState *);
5453
extern void _PyLong_FiniTypes(PyInterpreterState *interp);
5554

Tools/c-analyzer/cpython/ignored.tsv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Python/thread_pthread.h PyThread__init_thread lib_initialized -
2828
##-----------------------
2929
## other values (not Python-specific)
3030

31-
# computed by runtime init, before interpreters created
31+
# static tables computed by external script
3232
Objects/longobject.c - log_base_BASE -
3333
Objects/longobject.c - convwidth_base -
3434
Objects/longobject.c - convmultmax_base -

0 commit comments

Comments
 (0)