]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
SF patch #701907: More use of fast_next_opcode
authorRaymond Hettinger <python@rcn.com>
Fri, 14 Mar 2003 01:37:42 +0000 (01:37 +0000)
committerRaymond Hettinger <python@rcn.com>
Fri, 14 Mar 2003 01:37:42 +0000 (01:37 +0000)
commit080cb3268f770d2589ee350ace7f589927e8db98
treecdd4c720a71c13b8c3c15e4c96d53450de74779c
parent43ed43bfc1380d36dd87f405080b5b3fae55532a
SF patch #701907: More use of fast_next_opcode

My previous patches should have used fast_next_opcode
in a few places instead of continue.

Also, applied one PyInt_AS_LONG macro in a place where
the type had already been checked.
Python/ceval.c