Skip to content

Commit 9edc83d

Browse files
committed
Update variable names
1 parent 1126ba4 commit 9edc83d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Tools/c-analyzer/cpython/ignored.tsv

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ Python/bootstrap_hash.c py_getentropy getentropy_works -
2020
Python/fileutils.c - _Py_open_cloexec_works -
2121
Python/fileutils.c set_inheritable ioctl_works -
2222
# (set lazily, atomically, *after* first init)
23-
Modules/posixmodule.c os_dup2_impl dup3_works -
24-
Modules/posixmodule.c os_pipe_impl pipe2_works -
23+
Modules/posixmodule.c os_dup2_impl dup3_works_atomic -
24+
Modules/posixmodule.c os_pipe_impl pipe2_works_atomic -
2525

2626
## guards around resource init
2727
Python/thread_pthread.h PyThread__init_thread lib_initialized -

0 commit comments

Comments
 (0)