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 ajaksu2
Recipients ajaksu2, lloyd
Date 2009-05-13.21:02:14
SpamBayes Score 1.4779286e-05
Marked as misclassified No
Message-id <1242248536.12.0.247790422566.issue1523@psf.upfronthosting.co.za>
In-reply-to
Content
On trunk, I get the described struct behavior with " DeprecationWarning:
struct integer overflow masking is deprecated". The xdr.py script gives:
18446744073709551615 -> ffffffff -> 4294967295

On py3k, both raise "struct.error: argument out of range".

Tested on Linux ia32.
History
Date User Action Args
2009-05-13 21:02:16ajaksu2setrecipients: + ajaksu2, lloyd
2009-05-13 21:02:16ajaksu2setmessageid: <1242248536.12.0.247790422566.issue1523@psf.upfronthosting.co.za>
2009-05-13 21:02:14ajaksu2linkissue1523 messages
2009-05-13 21:02:14ajaksu2create