Fix _posixsubprocess module for python3.12 (#10809)

This commit is contained in:
Nikita Sobolev
2023-09-30 19:51:33 +03:00
committed by GitHub
parent 4c5d3e5ad2
commit 16b9884601
3 changed files with 8 additions and 10 deletions

View File

@@ -1,5 +1,4 @@
_?curses.color_pair
_posixsubprocess.fork_exec
(dbm.gnu)?
(locale.bind_textdomain_codeset)?

View File

@@ -1,5 +1,4 @@
_?curses.color_pair
_posixsubprocess.fork_exec
# Exists on some Linux builds, and is documented,
# but is unavailable in Github Actions on Linux with Python 3.12