mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-10 05:51:52 +08:00
Fix _posixsubprocess module for python3.12 (#10809)
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
_?curses.color_pair
|
||||
_posixsubprocess.fork_exec
|
||||
|
||||
(dbm.gnu)?
|
||||
(locale.bind_textdomain_codeset)?
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user