]> granicus.if.org Git - python/commit
Add "if (x != NULL) continue;" (or similar for err==0) before the
authorGuido van Rossum <guido@python.org>
Sat, 18 Jan 1997 02:46:13 +0000 (02:46 +0000)
committerGuido van Rossum <guido@python.org>
Sat, 18 Jan 1997 02:46:13 +0000 (02:46 +0000)
commit3dfd53b4c83cc42e694a7c6e66678f2e7b0b1613
treee669c605397711929baec5d04388d2e9b1296264
parent04f2b453bbc282be83529b6fb726dc92dbbdbfc3
Add "if (x != NULL) continue;" (or similar for err==0) before the
break to most cases, as suggested by Tim Peters.  This gives another
8-10% speedup.
Python/ceval.c