Browse Source
bpo-40422: Move _Py_closerange to fileutils.c (GH-22680)
bpo-40422: Move _Py_closerange to fileutils.c (GH-22680)
This API is relatively lightweight and organizationally, given that it's used by multiple modules, it makes sense to move it to fileutils. Requires making sure that _posixsubprocess is compiled with the appropriate Py_BUIILD_CORE_BUILTIN macro.pull/22688/head
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 83 additions and 80 deletions
-
2Include/internal/pycore_fileutils.h
-
2Modules/Setup
-
1Modules/_posixsubprocess.c
-
77Modules/posixmodule.c
-
2Modules/posixmodule.h
-
76Python/fileutils.c
-
3setup.py
Write
Preview
Loading…
Cancel
Save
Reference in new issue