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 louielu
Recipients alynn, louielu, mark.dickinson, meador.inge
Date 2017-02-25.14:11:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1488031872.9.0.652171300353.issue23578@psf.upfronthosting.co.za>
In-reply-to
Content
Adding PyErr_SetString and PyErr_Format wrapper, with a global offset
variable to handle this.

struct.pack('!h', 0x8FFFF)
Traceback (most recent call last):
  File "tests.py", line 5, in <module>
    struct.pack('!h', 0x8FFFF)
struct.error: Raise at offset 1, 'h' format requires -32768 <= number <= 32767
History
Date User Action Args
2017-02-25 14:11:13louielusetrecipients: + louielu, mark.dickinson, meador.inge, alynn
2017-02-25 14:11:12louielusetmessageid: <1488031872.9.0.652171300353.issue23578@psf.upfronthosting.co.za>
2017-02-25 14:11:12louielulinkissue23578 messages
2017-02-25 14:11:12louielucreate