]> granicus.if.org Git - python/commit
As discussed on python-dev, removed from DUP_TOPX support for the
authorRaymond Hettinger <python@rcn.com>
Fri, 10 Jan 2003 16:45:17 +0000 (16:45 +0000)
committerRaymond Hettinger <python@rcn.com>
Fri, 10 Jan 2003 16:45:17 +0000 (16:45 +0000)
commit71731d7f70d225597fd1aff2484bf3e232e61db7
treee2170bcd6cc2694c51b55b782c7dedb63b46384b
parent37aa066164fb75288b3a05b620c95847908cf04b
As discussed on python-dev, removed from DUP_TOPX support for the
parameter being either four or five.  Currently, compile.c does not
generate calls with a parameter higher than three.

May have to be reverted if the second alpha or beta shakes out some
other tool generating this op code with a parameter of four or five.
Python/ceval.c