[issue27738] odd behavior in creating list of lambda expressions

2016-08-12 Thread John Sahr
John Sahr added the comment: I eventually figured that out that source of the problem; thanks for the coding fix; that's useful to know. -John On Thu, Aug 11, 2016 at 8:17 AM, Emanuel Barry <rep...@bugs.python.org> wrote: > > Emanuel Barry added the comment: > > This

[issue27738] odd behavior in creating list of lambda expressions

2016-08-11 Thread John Sahr
New submission from John Sahr: The following produces unexpected behavior. I think that it should produce a list of six different lambda expressions, but after creation, all six lambda expressions produce the same output. It's possible that I'm missing something about Python. # begin