mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-09 13:34:58 +08:00
Move platform-specific allowlist entries (#12644)
This commit is contained in:
@@ -18,3 +18,11 @@ ossaudiodev
|
||||
fcntl.F_OFD_GETLK
|
||||
fcntl.F_OFD_SETLK
|
||||
fcntl.F_OFD_SETLKW
|
||||
|
||||
# Incompatible changes introduced in Python 3.11.10
|
||||
# (Remove once 3.11.10 becomes available for MacOS)
|
||||
email._header_value_parser.NLSET
|
||||
email._header_value_parser.SPECIALSNL
|
||||
email.errors.HeaderWriteError
|
||||
email.utils.getaddresses
|
||||
email.utils.parseaddr
|
||||
|
||||
@@ -259,11 +259,3 @@ tkinter.EventType.__new__
|
||||
ctypes._endian.DEFAULT_MODE
|
||||
ctypes._endian.RTLD_GLOBAL
|
||||
ctypes._endian.RTLD_LOCAL
|
||||
|
||||
# Incompatible changes introduced in Python 3.10.15
|
||||
# (Remove once 3.10.15 becomes available for all platforms)
|
||||
(email._header_value_parser.NLSET)?
|
||||
(email._header_value_parser.SPECIALSNL)?
|
||||
(email.errors.HeaderWriteError)?
|
||||
(email.utils.getaddresses)?
|
||||
(email.utils.parseaddr)?
|
||||
|
||||
@@ -219,11 +219,3 @@ pkgutil.ImpLoader\..*
|
||||
ctypes._endian.DEFAULT_MODE
|
||||
ctypes._endian.RTLD_GLOBAL
|
||||
ctypes._endian.RTLD_LOCAL
|
||||
|
||||
# Incompatible changes introduced in Python 3.11.10
|
||||
# (Remove once 3.11.10 becomes available for all platforms)
|
||||
(email._header_value_parser.NLSET)?
|
||||
(email._header_value_parser.SPECIALSNL)?
|
||||
(email.errors.HeaderWriteError)?
|
||||
(email.utils.getaddresses)?
|
||||
(email.utils.parseaddr)?
|
||||
|
||||
@@ -233,11 +233,3 @@ tkinter.EventType.__new__
|
||||
ctypes._endian.DEFAULT_MODE
|
||||
ctypes._endian.RTLD_GLOBAL
|
||||
ctypes._endian.RTLD_LOCAL
|
||||
|
||||
# Incompatible changes introduced in Python 3.9.20
|
||||
# (Remove once 3.9.20 becomes available for all platforms)
|
||||
(email._header_value_parser.NLSET)?
|
||||
(email._header_value_parser.SPECIALSNL)?
|
||||
(email.errors.HeaderWriteError)?
|
||||
(email.utils.getaddresses)?
|
||||
(email.utils.parseaddr)?
|
||||
|
||||
@@ -14,3 +14,11 @@ crypt
|
||||
nis
|
||||
ossaudiodev
|
||||
spwd
|
||||
|
||||
# Incompatible changes introduced in Python 3.10.15
|
||||
# (Remove once 3.10.15 becomes available for Windows)
|
||||
email._header_value_parser.NLSET
|
||||
email._header_value_parser.SPECIALSNL
|
||||
email.errors.HeaderWriteError
|
||||
email.utils.getaddresses
|
||||
email.utils.parseaddr
|
||||
|
||||
@@ -12,3 +12,11 @@ crypt
|
||||
nis
|
||||
ossaudiodev
|
||||
spwd
|
||||
|
||||
# Incompatible changes introduced in Python 3.11.10
|
||||
# (Remove once 3.11.10 becomes available for Windows)
|
||||
email._header_value_parser.NLSET
|
||||
email._header_value_parser.SPECIALSNL
|
||||
email.errors.HeaderWriteError
|
||||
email.utils.getaddresses
|
||||
email.utils.parseaddr
|
||||
|
||||
@@ -14,3 +14,11 @@ crypt
|
||||
nis
|
||||
ossaudiodev
|
||||
spwd
|
||||
|
||||
# Incompatible changes introduced in Python 3.9.20
|
||||
# (Remove once 3.9.20 becomes available for Windows)
|
||||
email._header_value_parser.NLSET
|
||||
email._header_value_parser.SPECIALSNL
|
||||
email.errors.HeaderWriteError
|
||||
email.utils.getaddresses
|
||||
email.utils.parseaddr
|
||||
|
||||
Reference in New Issue
Block a user