History log of /external/python/cpython2/Lib/ctypes/test/test_callbacks.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
e1f3afbde2b078598ac6db4ba0d946f289000cc9 05-Aug-2016 Vinay Sajip <vinay_sajip@yahoo.co.uk> Issue #20160: Handled passing of large structs to callbacks correctly.
/external/python/cpython2/Lib/ctypes/test/test_callbacks.py
04349c602c9dfc70b2d451a8191b21d7f30db3e6 13-Jun-2014 Zachary Ware <zachary.ware@gmail.com> Issue #19493: Backport 6f63fff5c120
/external/python/cpython2/Lib/ctypes/test/test_callbacks.py
aa3af53f1ff7f0eceefecb9b47d5af82940772ee 12-Sep-2011 Amaury Forgeot d'Arc <amauryfa@gmail.com> Remove trailing spaces
/external/python/cpython2/Lib/ctypes/test/test_callbacks.py
439c25eb9e53fb5b47dd392cccd3a8183e0910eb 12-Sep-2011 Amaury Forgeot d'Arc <amauryfa@gmail.com> Issue #12483: ctypes: Fix a crash when the destruction of a callback
object triggers the garbage collector.
/external/python/cpython2/Lib/ctypes/test/test_callbacks.py
820021ebd8ff50b3fe70e1354b4d50c1e0f68611 31-Jan-2011 Antoine Pitrou <solipsis@pitrou.net> Merged revisions 88284 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
r88284 | antoine.pitrou | 2011-01-31 22:08:57 +0100 (lun., 31 janv. 2011) | 4 lines

Issue #8275: Fix passing of callback arguments with ctypes under Win64.
Patch by Stan Mihai. Ok'ed by Georg.
........
/external/python/cpython2/Lib/ctypes/test/test_callbacks.py
3523443f77521ae0365ea2047a1c18491c1ce3cb 12-Aug-2010 Tim Golden <mail@timgolden.me.uk> #9055: remove assertion at the end of test_8959_b since the test is about crashing, not about counting and is difficult to manage when run as a service
/external/python/cpython2/Lib/ctypes/test/test_callbacks.py
a45e6d5791b6ba845beaa0dde2a297e810982741 21-Jun-2010 Thomas Heller <theller@ctypes.org> Add tests for problems reported in issue 8959.
/external/python/cpython2/Lib/ctypes/test/test_callbacks.py
65605f7a5f029636522c80015f9295b2ea2e8d68 07-Apr-2010 Mark Dickinson <dickinsm@gmail.com> Use some more interesting test values for (unsigned) long long ctypes tests,
in the hope of getting more information about the test_ctypes failures
on Sparc (see issue #8314).
/external/python/cpython2/Lib/ctypes/test/test_callbacks.py
1f3b4e12e8ba9cd896625ba02ea1ab6849ca3a07 07-Mar-2010 Florent Xicluna <florent.xicluna@gmail.com> Fix some py3k warnings in the standard library.
/external/python/cpython2/Lib/ctypes/test/test_callbacks.py
92bd059c678e85df3c6fff24dbf4b8b7b27b61bd 23-Feb-2010 Thomas Heller <theller@ctypes.org> ctypes CThunkObject was not registered correctly with the cycle
garbage collector, leading to possible leaks when using callback
functions.
/external/python/cpython2/Lib/ctypes/test/test_callbacks.py
5c8da86f3a515ce1a6d5f27fd15e3c5f4d8e931e 01-Jul-2009 Benjamin Peterson <benjamin@python.org> convert usage of fail* to assert*
/external/python/cpython2/Lib/ctypes/test/test_callbacks.py
2825b2ea444e3ce03cac7fc562fe6b7166972459 07-Sep-2007 Thomas Heller <theller@ctypes.org> Add a 'c_longdouble' type to the ctypes module.
/external/python/cpython2/Lib/ctypes/test/test_callbacks.py
d2ea4a258401dd97a5084398803ee8193f4f9c7a 17-Oct-2006 Thomas Heller <theller@ctypes.org> ctypes callback functions only support 'fundamental' result types.
Check this and raise an error when something else is used - before
this change ctypes would hang or crash when such a callback was
called. This is a partial fix for #1574584.

Will backport to release25-maint.
/external/python/cpython2/Lib/ctypes/test/test_callbacks.py
6ff67ef09687611e810e20c23d5f7f7194693331 21-Apr-2006 Thomas Heller <theller@ctypes.org> Merge in changes from ctypes 0.9.9.6 upstream version.
/external/python/cpython2/Lib/ctypes/test/test_callbacks.py
e8d09e581816aa7fdb812801c79e8f6bc55dc134 09-Mar-2006 Tim Peters <tim.peters@gmail.com> Whitespace normalization.
/external/python/cpython2/Lib/ctypes/test/test_callbacks.py
babddfca758abe34ff12023f63b18d745fae7ca9 08-Mar-2006 Thomas Heller <theller@ctypes.org> Copy ctypes-0.9.9.4 Python modules from external into the trunk.
/external/python/cpython2/Lib/ctypes/test/test_callbacks.py