mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 21:14:48 +08:00
Add x_exports to xxlimited (#10802)
This commit is contained in:
@@ -7,6 +7,8 @@ class Str: ...
|
||||
@final
|
||||
class Xxo:
|
||||
def demo(self) -> None: ...
|
||||
if sys.version_info >= (3, 11) and sys.platform != "win32":
|
||||
x_exports: int
|
||||
|
||||
def foo(__i: int, __j: int) -> Any: ...
|
||||
def new() -> Xxo: ...
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
_?curses.color_pair
|
||||
xxlimited.Xxo.x_exports
|
||||
|
||||
(dbm.gnu)?
|
||||
(locale.bind_textdomain_codeset)?
|
||||
|
||||
@@ -4,7 +4,6 @@ _curses.window.get_wch
|
||||
_posixsubprocess.fork_exec
|
||||
curses.unget_wch
|
||||
curses.window.get_wch
|
||||
xxlimited.Xxo.x_exports
|
||||
|
||||
(dbm.gnu)?
|
||||
(locale.bind_textdomain_codeset)?
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
_?curses.color_pair
|
||||
signal.sigtimedwait
|
||||
signal.sigwaitinfo
|
||||
xxlimited.Xxo.x_exports
|
||||
|
||||
@@ -2,7 +2,6 @@ _?curses.color_pair
|
||||
_posixsubprocess.fork_exec
|
||||
signal.sigtimedwait
|
||||
signal.sigwaitinfo
|
||||
xxlimited.Xxo.x_exports
|
||||
|
||||
# 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