cpython/Modules/_ctypes
Miss Islington (bot) 53e2248a94
bpo-10320: Replace nonstandard sprintf() length modifier in ctypes' PyCArg_repr(). (GH-10853)
Use "ll" instead of the nonstandard "q".
(cherry picked from commit 062cbb6772)

Co-authored-by: Zackery Spytz <zspytz@gmail.com>
2018-12-18 15:51:04 -08:00
..
darwin Untabify C files. Will watch buildbots. 2010-05-09 14:46:46 +00:00
libffi Issue #23943: Fix typos. Patch by Piotr Kasprzyk. 2016-07-28 03:04:04 +00:00
libffi_arm_wince Copy ctypes-0.9.9.4 sources from external into the trunk. 2006-03-08 19:35:11 +00:00
libffi_msvc [2.7] bpo-34603, ctypes/libffi_msvc: Fix returning structs from functions (GH-9258) (GH-9425) 2018-09-19 13:48:21 -07:00
libffi_osx Issue #24381: Avoid unused function warning when building bundled macOS libffi. 2016-10-20 15:41:11 -04:00
_ctypes.c [2.7] bpo-16865: Support arrays >=2GB in ctypes. (GH-3006). (GH-7441) 2018-12-04 12:38:07 +02:00
_ctypes_test.c [2.7] bpo-34603, ctypes/libffi_msvc: Fix returning structs from functions (GH-9258) (GH-9425) 2018-09-19 13:48:21 -07:00
_ctypes_test.h Copy ctypes-0.9.9.4 sources from external into the trunk. 2006-03-08 19:35:11 +00:00
callbacks.c ctypes: fix CThunkObject_new() 2016-07-27 16:58:47 +02:00
callproc.c bpo-10320: Replace nonstandard sprintf() length modifier in ctypes' PyCArg_repr(). (GH-10853) 2018-12-18 15:51:04 -08:00
cfield.c [2.7] bpo-34234: Use _PyAnyInt_Check() and _PyAnyInt_CheckExact(). (GH-8479) 2018-07-31 09:09:36 +03:00
ctypes.h consistently use Py_TYPE, Py_REFCNT, and correct initializer macros (#3563) 2017-09-13 21:20:29 -07:00
ctypes_dlfcn.h Remove PEP 291 compatibility requirements for ctypes and modulefinder 2016-05-14 07:25:37 +00:00
libffi.diff - Issue #22176: Update the ctypes module's libffi to v3.1. This release 2014-08-10 11:15:28 +02:00
malloc_closure.c Remove PEP 291 compatibility requirements for ctypes and modulefinder 2016-05-14 07:25:37 +00:00
stgdict.c [2.7] bpo-31490: Fix an assertion failure in ctypes in case an _anonymous_ attr is defined only outside _fields_. (GH-3615) (#3952) 2017-10-12 17:39:01 +03:00