mirror of https://github.com/python/cpython
show that this one isn't used
This commit is contained in:
parent
9c5e4115ab
commit
5fa09e3eb5
|
@ -960,7 +960,7 @@ Lambdas shouldn't have their usual return behavior.
|
|||
# iterators have side-effects, so that which values *can* be generated at
|
||||
# each slot depend on the values iterated at previous slots.
|
||||
|
||||
def conjoin(gs):
|
||||
def simple_conjoin(gs):
|
||||
|
||||
values = [None] * len(gs)
|
||||
|
||||
|
|
Loading…
Reference in New Issue