mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
#18803: merge with 3.3.
This commit is contained in:
commit
d640fe2af5
17 changed files with 20 additions and 20 deletions
|
|
@ -1056,7 +1056,7 @@ def has_sequence(types, doing_specialization):
|
|||
|
||||
|
||||
class StaticVisitor(PickleVisitor):
|
||||
CODE = '''Very simple, always emit this static code. Overide CODE'''
|
||||
CODE = '''Very simple, always emit this static code. Override CODE'''
|
||||
|
||||
def visit(self, object):
|
||||
self.emit(self.CODE, 0, reflow=False)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue