]> granicus.if.org Git - python/commit
Adjust debugging code in the implementation of the DUP_TOPX bytecode, use
authorThomas Wouters <thomas@python.org>
Wed, 11 Oct 2000 23:20:09 +0000 (23:20 +0000)
committerThomas Wouters <thomas@python.org>
Wed, 11 Oct 2000 23:20:09 +0000 (23:20 +0000)
commit8fb62a2e9a9c61c41560d5edb318ac1070dadb16
tree2b009c8211c41fc078091d14dae0e4190504f91c
parentf27f5ab31f19ec22df8b86206b91c942c0b61245
Adjust debugging code in the implementation of the DUP_TOPX bytecode, use
Py_FatalError() instead, and clarify the message somewhat. As discussed on
python-dev.
Python/ceval.c