This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author skip.montanaro
Recipients skip.montanaro
Date 2009-01-09.04:52:11
SpamBayes Score 0.35830536
Marked as misclassified No
Message-id <1231476734.82.0.767072982695.issue4888@psf.upfronthosting.co.za>
In-reply-to
Content
There is what I believe is a misplaced - or at least misleading - assert
in the while loop following the fast_block_end label.  If why != WHY_YIELD
before the loop starts I don't see how that relationship could change
within the loop.  Proposed patch against py3k branch attached.

(Yes, I realize this is trivial and that the assert is compiled away in
non-debug builds.)
History
Date User Action Args
2009-01-09 04:52:15skip.montanarosetrecipients: + skip.montanaro
2009-01-09 04:52:14skip.montanarosetmessageid: <1231476734.82.0.767072982695.issue4888@psf.upfronthosting.co.za>
2009-01-09 04:52:13skip.montanarolinkissue4888 messages
2009-01-09 04:52:13skip.montanarocreate