Message308281
Seems moving constant folding to the AST level (issue29469) have solved this issue.
>>> def foo():
... a = (1,2,3,4,5,6,7,8,9,10)
...
>>> foo.__code__.co_stacksize
1 |
|
| Date |
User |
Action |
Args |
| 2017-12-14 08:27:59 | serhiy.storchaka | set | recipients:
+ serhiy.storchaka, brett.cannon, georg.brandl, ncoghlan, vstinner, benjamin.peterson, meador.inge, yselivanov, ztane, JelleZijlstra |
| 2017-12-14 08:27:59 | serhiy.storchaka | set | messageid: <[email protected]> |
| 2017-12-14 08:27:59 | serhiy.storchaka | link | issue26549 messages |
| 2017-12-14 08:27:59 | serhiy.storchaka | create | |
|