Issue 10767: Lib/test/crashers/README is out of date (original) (raw)

Issue10767

Created on 2010-12-24 03:32 by belopolsky, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (3)
msg124586 - (view) Author: Alexander Belopolsky (belopolsky) * (Python committer) Date: 2010-12-24 03:32
Among other things, README says: """ Each test should have a link to the bug report: # http://python.org/sf/BUG# """ but the only such link is found in crashers/infinite_loop_re.py and points to a closed issue 1541697. It looks like the purpose of Lib/test/crashers has changed from being a repository of outstanding bugs to a repository of crashers that are not considered to be bugs.
msg124599 - (view) Author: Brett Cannon (brett.cannon) * (Python committer) Date: 2010-12-24 18:36
That's a fair assessment. A lot of the bugs that are easy to fix got closed out a couple of years back. The rest are (I think) considered too difficult and too marginal to worry about.
msg124783 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2010-12-28 11:06
Fixed in r87530.
History
Date User Action Args
2022-04-11 14:57:10 admin set github: 54976
2010-12-28 11:06:14 georg.brandl set status: open -> closednosy: + georg.brandlmessages: + resolution: fixed
2010-12-24 18:36:23 brett.cannon set nosy: + brett.cannonmessages: +
2010-12-24 03:32:00 belopolsky create