mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Undo Barry's change. This file is not imported, it's fed as input to
the tokenize module by test_tokenize.py. The FutureWarnings only appeared during installation, and I've figured out a way to suppress those in a different way.
This commit is contained in:
parent
a29eafa614
commit
fc26c0730c
2 changed files with 15 additions and 15 deletions
|
@ -39,9 +39,9 @@ x = 0
|
|||
0xff <> 255
|
||||
0377 <> 255
|
||||
2147483647 != 017777777777
|
||||
-2147483647-1 != 020000000000L
|
||||
037777777777L != -1
|
||||
0xffffffffL != -1
|
||||
-2147483647-1 != 020000000000
|
||||
037777777777 != -1
|
||||
0xffffffff != -1
|
||||
|
||||
# Long integers
|
||||
x = 0L
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue