mirror of
https://github.com/python/cpython.git
synced 2025-07-15 23:35:23 +00:00
Rip out 'long' and 'L'-suffixed integer literals.
(Rough first cut.)
This commit is contained in:
parent
fc7bb8c786
commit
e2a383d062
146 changed files with 1446 additions and 1477 deletions
|
@ -2126,7 +2126,6 @@ _PyBuiltin_Init(void)
|
|||
SETBUILTIN("property", &PyProperty_Type);
|
||||
SETBUILTIN("int", &PyLong_Type);
|
||||
SETBUILTIN("list", &PyList_Type);
|
||||
SETBUILTIN("long", &PyLong_Type);
|
||||
SETBUILTIN("object", &PyBaseObject_Type);
|
||||
SETBUILTIN("reversed", &PyReversed_Type);
|
||||
SETBUILTIN("set", &PySet_Type);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue