summaryrefslogtreecommitdiffstats
path: root/Python/dynload_mac.c
diff options
context:
space:
mode:
authorJeremy Hylton <jeremy@alum.mit.edu>2001-03-21 16:43:47 (GMT)
committerJeremy Hylton <jeremy@alum.mit.edu>2001-03-21 16:43:47 (GMT)
commit220ae7c0bf2054ad01f58e1cf669ac069eb9a574 (patch)
tree310132f5d0a4b100de585e23d16cf4742e45ae11 /Python/dynload_mac.c
parentbec1958d972b551ba72f79b7cd6e75946f3c478d (diff)
downloadcpython-220ae7c0bf2054ad01f58e1cf669ac069eb9a574.zip
cpython-220ae7c0bf2054ad01f58e1cf669ac069eb9a574.tar.gz
cpython-220ae7c0bf2054ad01f58e1cf669ac069eb9a574.tar.bz2
Fix PyFrame_FastToLocals() and counterpart to deal with cells and
frees. Note there doesn't seem to be any way to test LocalsToFast(), because the instructions that trigger it are illegal in nested scopes with free variables. Fix allocation strategy for cells that are also formal parameters. Instead of emitting LOAD_FAST / STORE_DEREF pairs for each parameter, have the argument handling code in eval_code2() do the right thing. A side-effect of this change is that cell variables that are also arguments are listed at the front of co_cellvars in the order they appear in the argument list.
Diffstat (limited to 'Python/dynload_mac.c')
0 files changed, 0 insertions, 0 deletions