mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Issue #16741: Remove testing of implementation artifact.
This commit is contained in:
commit
739e75000f
1 changed files with 0 additions and 2 deletions
|
@ -1735,8 +1735,6 @@ class UnicodeTest(string_tests.CommonTest,
|
|||
self.assertRaises(TypeError, "hello".encode, 42, 42, 42)
|
||||
|
||||
# Error handling (lone surrogate in PyUnicode_TransformDecimalToASCII())
|
||||
self.assertRaises(UnicodeError, int, "\ud800")
|
||||
self.assertRaises(UnicodeError, int, "\udf00")
|
||||
self.assertRaises(UnicodeError, float, "\ud800")
|
||||
self.assertRaises(UnicodeError, float, "\udf00")
|
||||
self.assertRaises(UnicodeError, complex, "\ud800")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue