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 e6c8a85 commit 09bf9b2Copy full SHA for 09bf9b2
Tools/c-analyzer/cpython/globals-to-fix.tsv
@@ -400,6 +400,7 @@ Modules/_tkinter.c - tcl_lock -
400
Modules/_tkinter.c - excInCmd -
401
Modules/_tkinter.c - valInCmd -
402
Modules/_tkinter.c - trbInCmd -
403
+Modules/socketmodule.c - netdb_lock -
404
405
406
##################################
Tools/c-analyzer/cpython/ignored.tsv
@@ -16,6 +16,7 @@ filename funcname name reason
16
## indicators for resource availability/capability
17
# (set during first init)
18
Python/bootstrap_hash.c py_getrandom getrandom_works -
19
+Python/bootstrap_hash.c py_getentropy getentropy_works -
20
Python/fileutils.c - _Py_open_cloexec_works -
21
Python/fileutils.c set_inheritable ioctl_works -
22
# (set lazily, *after* first init)
0 commit comments