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 pitrou
Recipients jon.buller, loewis, pitrou, rpointel, skrah, vstinner, xuhdev
Date 2011-08-04.14:22:18
SpamBayes Score 1.6579517e-07
Marked as misclassified No
Message-id <1312467739.32.0.903039877075.issue7424@psf.upfronthosting.co.za>
In-reply-to
Content
The problem with such issues is that:
- they are not reproduceable by someone of the core team
- they only seem to occur in non-debug mode
- they are probably tied to a specific compiler variant, either because of a compiler bug, or some aggressive optimization combined with some misled assumption in Python's code

To narrow it down, you could:
- try with other compiler versions
- try with other Python versions from python.org (for example the recent 3.2.1)
History
Date User Action Args
2011-08-04 14:22:19pitrousetrecipients: + pitrou, loewis, vstinner, skrah, jon.buller, xuhdev, rpointel
2011-08-04 14:22:19pitrousetmessageid: <1312467739.32.0.903039877075.issue7424@psf.upfronthosting.co.za>
2011-08-04 14:22:18pitroulinkissue7424 messages
2011-08-04 14:22:18pitroucreate