]> granicus.if.org Git - python/commit
Changes for frame object speedup:
authorGuido van Rossum <guido@python.org>
Mon, 20 Jan 1997 04:26:20 +0000 (04:26 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 20 Jan 1997 04:26:20 +0000 (04:26 +0000)
commit768360243aebbabebaf6baf50ac5659cb66474f9
treebbb5c381315b6feb3a43632d0919069834e79081
parentf3e85a0356e679ed9ff8d13236ff8e9f77a9fd0b
Changes for frame object speedup:

- get fastlocals differently
- call newframeobject() with fewer arguments
- toss getowner(), which was unused anyway
Python/ceval.c