mirror of
https://github.com/python/cpython.git
synced 2026-06-22 19:12:50 -04:00
8a5c3c76be
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).