Message169903
If I'm not missing something, changing
x in [1,2]
to
x in (1,2)
and
x in {1,2}
to
x in frozenset([1,2])
does not change any error messages.
Agreed that without dynamic compilation we can pretty much only track literals (including functions and lambdas) assigned to local variables. |
|
Date |
User |
Action |
Args |
2012-09-06 03:42:50 | eltoder | set | recipients:
+ eltoder, brett.cannon, georg.brandl, rhettinger, terry.reedy, gregory.p.smith, mark.dickinson, ncoghlan, pitrou, vstinner, techtonik, nadeem.vawda, benjamin.peterson, alex, Trundle, dmalcolm, meador.inge, daniel.urban, Jeremy.Hylton, santoso.wijaya, eric.snow, jcon |
2012-09-06 03:42:50 | eltoder | set | messageid: <1346902970.03.0.019944951144.issue11549@psf.upfronthosting.co.za> |
2012-09-06 03:42:49 | eltoder | link | issue11549 messages |
2012-09-06 03:42:49 | eltoder | create | |
|