Issue 1703972: fixes bug #1703952 - ctypes: problem with large integers (original) (raw)

Issue1703972

Created on 2007-04-19 22:49 by belopolsky, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
ctypes-overflow-check.patch belopolsky,2007-04-19 22:49 diff against revision 54879
Messages (2)
msg52468 - (view) Author: Alexander Belopolsky (belopolsky) * (Python committer) Date: 2007-04-19 22:49
Attached patch adds overflow checks for conversions from python to c integers.
msg52469 - (view) Author: Thomas Heller (theller) * (Python committer) 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
2022-04-11 14:56:23 admin set github: 44870
2007-04-19 22:49:43 belopolsky create