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-30.19:15:10
SpamBayes Score 4.6484965e-06
Marked as misclassified No
Message-id <1238440512.63.0.366813742004.issue5463@psf.upfronthosting.co.za>
In-reply-to
Content
Doesn't took much time. Even nothing happend.
PyLong_AsLong trys to convert to int bevor raising an Exception.
 
I'm not sure if struct.pack('l', x) should raise an Exception when a
float is given. In case of string there is one.

I first did PyLong_Check the parameter and raised an StructError. But I
removed this from the patch.

I leaved the documentation untouched. Nobody will notice the changes.

I increased the version number. Whether we overwork the Errors prior
3.1b or not we could leave it at 0.3.
History
Date User Action Args
2009-03-30 19:15:13andreas.schawosetrecipients: + andreas.schawo, mark.dickinson
2009-03-30 19:15:12andreas.schawosetmessageid: <1238440512.63.0.366813742004.issue5463@psf.upfronthosting.co.za>
2009-03-30 19:15:11andreas.schawolinkissue5463 messages
2009-03-30 19:15:11andreas.schawocreate