mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
gh-119521: Rename IncompleteInputError to _IncompleteInputError and remove from public API/ABI (GH-119680)
Signed-off-by: Pablo Galindo <pablogsal@gmail.com> Co-authored-by: Petr Viktorin <encukou@gmail.com>
This commit is contained in:
parent
65a12c559c
commit
ac61d58db0
11 changed files with 20 additions and 17 deletions
|
@ -569,7 +569,7 @@ class CompatPickleTests(unittest.TestCase):
|
|||
EncodingWarning,
|
||||
BaseExceptionGroup,
|
||||
ExceptionGroup,
|
||||
IncompleteInputError):
|
||||
_IncompleteInputError):
|
||||
continue
|
||||
if exc is not OSError and issubclass(exc, OSError):
|
||||
self.assertEqual(reverse_mapping('builtins', name),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue