cpython/Lib/ctypes
Serhiy Storchaka 74f49ab28b Issue #15989: Fix several occurrences of integer overflow
when result of PyInt_AsLong() or PyLong_AsLong() narrowed
to int without checks.

This is a backport of changesets 13e2e44db99d and 525407d89277.
2013-01-19 12:55:39 +02:00
..
macholib
test Issue #15989: Fix several occurrences of integer overflow 2013-01-19 12:55:39 +02:00
__init__.py Issue #13380: add an internal function for resetting the ctypes caches 2011-11-25 22:25:06 -06:00
_endian.py Issue #12142: Fixed reference cycle when importing ctypes 2012-02-05 00:27:40 -06:00
util.py Issue #13979: Fix ctypes.util.find_library ldconfig regex 2012-02-13 22:22:06 -06:00
wintypes.py