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 vstinner
Recipients neologix, vstinner
Date 2011-09-15.09:12:15
SpamBayes Score 1.7320831e-06
Marked as misclassified No
Message-id <4E71C179.3060309@haypocalc.com>
In-reply-to <CAH_1eM1-Qiu0tj5bcga6pW0d6vfA7YtjHU2BF0M2=igUtSSk9A@mail.gmail.com>
Content
> - if the ancillay data is truncated, struct.unpack will raise an exception

Well, the current C code doesn't check that the data is truncated and it 
works correctly, so I don't think that it would be different in Python. 
And yes, Python adds an extra check thanks to struct.unpack.
History
Date User Action Args
2011-09-15 09:12:16vstinnersetrecipients: + vstinner, neologix
2011-09-15 09:12:15vstinnerlinkissue12981 messages
2011-09-15 09:12:15vstinnercreate