mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Implement PEP 393.
This commit is contained in:
parent
48d49497c5
commit
d63a3b8beb
102 changed files with 8153 additions and 5431 deletions
|
@ -218,10 +218,6 @@ class TestTranforms(unittest.TestCase):
|
|||
# out of range
|
||||
asm = dis_single('"fuu"[10]')
|
||||
self.assertIn('BINARY_SUBSCR', asm)
|
||||
# non-BMP char (see #5057)
|
||||
asm = dis_single('"\U00012345"[0]')
|
||||
self.assertIn('BINARY_SUBSCR', asm)
|
||||
|
||||
|
||||
def test_folding_of_unaryops_on_constants(self):
|
||||
for line, elem in (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue