]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Since the fast_yield branch target was introduced, it appears that most
authorTim Peters <tim.peters@gmail.com>
Mon, 5 Apr 2004 19:36:21 +0000 (19:36 +0000)
committerTim Peters <tim.peters@gmail.com>
Mon, 5 Apr 2004 19:36:21 +0000 (19:36 +0000)
commit8a5c3c76be10945ce62b055bc6823013b880330f
tree4cfce9abc3dbd045f6438710dc4ee1ececab2a2d
parented9192e2ae144706f6ecb9bdfb903220e2d33845
Since the fast_yield branch target was introduced, it appears that most
tests of "why" against WHY_YIELD became useless.  This patch removes them,
but assert()s that why != WHY_YIELD everywhere such a test was removed.
The test suite ran fine under a debug build (i.e., the asserts never
triggered).
Python/ceval.c