]> granicus.if.org Git - python/commit
Issue #1754094: Improve the stack depth calculation in the compiler.
authorNeil Schemenauer <nascheme@enme.ucalgary.ca>
Wed, 14 Oct 2009 17:17:14 +0000 (17:17 +0000)
committerNeil Schemenauer <nascheme@enme.ucalgary.ca>
Wed, 14 Oct 2009 17:17:14 +0000 (17:17 +0000)
commit7fdd1cb583f9aac11e65a65b185e75c025d716cd
treeaee76f6f538a8b4f15066d98326e35e9cb5e5bf1
parent647e9d2652663b9c100be51e22fd6cfc76de95e5
Issue #1754094: Improve the stack depth calculation in the compiler.
There should be no other effect than a small decrease in memory use.
Patch by Christopher Tur Lesniewski-Laas.
Misc/NEWS
Python/compile.c