mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Patch #1550786: ellipsis literal.
This commit is contained in:
parent
7cae87ca7b
commit
52318d6215
19 changed files with 140 additions and 141 deletions
|
@ -1214,9 +1214,6 @@ class CodeGenerator:
|
|||
|
||||
# object constructors
|
||||
|
||||
def visitEllipsis(self, node):
|
||||
self.emit('LOAD_CONST', Ellipsis)
|
||||
|
||||
def visitTuple(self, node):
|
||||
self.set_lineno(node)
|
||||
for elt in node.nodes:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue