commit | 7992579cd27f14f472acc37aca537eec55f681ef | [log] [tgz] |
---|---|---|
author | Kyle Evans <kevans91@users.noreply.github.com> | Tue Oct 13 15:04:44 2020 -0500 |
committer | GitHub <noreply@github.com> | Tue Oct 13 22:04:44 2020 +0200 |
tree | 5d738707fbf658dcbd2ddc6aaf0cf107b92bec45 | |
parent | 8b2ff4c03d150c43df3e8438d323b7f7bfe3353c [diff] |
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.