commit | 8a5c3c76be10945ce62b055bc6823013b880330f | [log] [tgz] |
---|---|---|
author | Tim Peters <tim.peters@gmail.com> | Mon Apr 05 19:36:21 2004 +0000 |
committer | Tim Peters <tim.peters@gmail.com> | Mon Apr 05 19:36:21 2004 +0000 |
tree | 4cfce9abc3dbd045f6438710dc4ee1ececab2a2d | |
parent | ed9192e2ae144706f6ecb9bdfb903220e2d33845 [diff] |
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).