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 brett.cannon
Recipients brett.cannon, jcea, pitrou, rhettinger
Date 2011-02-03.19:28:07
SpamBayes Score 0.012827966
Marked as misclassified No
Message-id <1296761288.1.0.928940670556.issue8914@psf.upfronthosting.co.za>
In-reply-to
Content
This was just dead assignments. I have not tackled Idempotent operations, dead increments, dead initializations, dead nested assignments, possible deref of NULL, deref of unassigned pointer, division by zero, undefined/garbage results, or undefined alloc of 0 bytes.

IOW I tackled 36 out of 164 reported issues. =)
History
Date User Action Args
2011-02-03 19:28:08brett.cannonsetrecipients: + brett.cannon, rhettinger, jcea, pitrou
2011-02-03 19:28:08brett.cannonsetmessageid: <1296761288.1.0.928940670556.issue8914@psf.upfronthosting.co.za>
2011-02-03 19:28:07brett.cannonlinkissue8914 messages
2011-02-03 19:28:07brett.cannoncreate