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 andreas.schawo
Recipients andreas.schawo, mark.dickinson
Date 2009-03-11.11:28:45
SpamBayes Score 6.1687033e-06
Marked as misclassified No
Message-id <1236770930.22.0.543218520378.issue5463@psf.upfronthosting.co.za>
In-reply-to
Content
Hi Mark,

I've removed all overflow masking from _struct.c. 

Running the regression test test_struct failed for test_issue4228 wich I
think have to be removed too because it tests the deprecated feature.

I've tested the constraints with some values and got the expected
overflow errors.

So here's the new patch without overflow masking and deleted test_issue4228.

The patch is just tested on windows. So when I get home I'll give it a
try on Linux.
History
Date User Action Args
2009-03-11 11:28:50andreas.schawosetrecipients: + andreas.schawo, mark.dickinson
2009-03-11 11:28:50andreas.schawosetmessageid: <1236770930.22.0.543218520378.issue5463@psf.upfronthosting.co.za>
2009-03-11 11:28:48andreas.schawolinkissue5463 messages
2009-03-11 11:28:48andreas.schawocreate