SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

0 0 0 Python

bpo-32836: Remove obsolete code from symtable pass (GH-5680)

When comprehensions switched to using a nested scope, the old
code for generating a temporary name to hold the accumulation
target became redundant, but was never actually removed.

Patch by Nitish Chandra.
N
Nitish Chandra committed
3a087beddd9f0955eb9080a6fd1499ff89ca74bf
Parent: 6b5df90
Committed by Nick Coghlan <ncoghlan@gmail.com> on 2/26/2018, 9:31:20 PM