mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
show that this one isn't used
This commit is contained in:
parent
9c5e4115ab
commit
5fa09e3eb5
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue