classification
Title: fixes bug #1703952 - ctypes: problem with large integers
Type: Stage:
Components: Interpreter Core Versions:
process
Status: closed Resolution: invalid
Dependencies: Superseder:
Assigned To: theller Nosy List: belopolsky, theller (2)
Priority: normal Keywords patch

Created on 2007-04-19 22:49 by belopolsky, last changed 2007-04-20 19:10 by theller.

Files
File name Uploaded Description Edit Remove
ctypes-overflow-check.patch belopolsky, 2007-04-19 22:49 diff against revision 54879
Messages (2)
msg52468 - (view) Author: Alexander Belopolsky (belopolsky) Date: 2007-04-19 22:49
Attached patch adds overflow checks for conversions from python to c integers.
msg52469 - (view) Author: Thomas Heller (theller) Date: 2007-04-20 19:10
I have closed bug #1703952 as invalid, so the same should be done to this patch.
History
Date User Action Args
2007-04-19 22:49:43belopolskycreate