Skip to content

Commit 09bf9b2

Browse files
committed
included 2 failures to tsvs next to similar entries
1 parent e6c8a85 commit 09bf9b2

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Tools/c-analyzer/cpython/globals-to-fix.tsv

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -400,6 +400,7 @@ Modules/_tkinter.c - tcl_lock -
400400
Modules/_tkinter.c - excInCmd -
401401
Modules/_tkinter.c - valInCmd -
402402
Modules/_tkinter.c - trbInCmd -
403+
Modules/socketmodule.c - netdb_lock -
403404

404405

405406
##################################

Tools/c-analyzer/cpython/ignored.tsv

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ filename funcname name reason
1616
## indicators for resource availability/capability
1717
# (set during first init)
1818
Python/bootstrap_hash.c py_getrandom getrandom_works -
19+
Python/bootstrap_hash.c py_getentropy getentropy_works -
1920
Python/fileutils.c - _Py_open_cloexec_works -
2021
Python/fileutils.c set_inheritable ioctl_works -
2122
# (set lazily, *after* first init)

0 commit comments

Comments
 (0)