summaryrefslogtreecommitdiff
path: root/testing/cffi0/test_function.py
Commit message (Collapse)AuthorAgeFilesLines
* Backed out changeset 0087e2aec9efArmin Rigo2016-09-031-36/+57
| | | | Un-kill the ctypes backend. Issue #282 for a justification.
* Kill the ctypes backend.Armin Rigo2016-09-031-57/+36
|
* refactor the lazy-loading in dlopen() lib objects; add __dir__().Armin Rigo2015-12-081-1/+13
|
* hg merge defaultArmin Rigo2015-11-231-1/+1
|\
| * fixArmin Rigo2015-11-171-1/+1
| |
* | Write one error message directly to stderr instead of sys.stderr. ThisArmin Rigo2015-11-181-27/+5
|/ | | | | lets us avoid taking the GIL, which might crash in case the Python interpreter is not initialized at all.
* win32 fixArmin Rigo2015-10-161-1/+2
|
* win32 fixArmin Rigo2015-10-161-1/+4
|
* win64 fixArmin Rigo2015-10-161-7/+13
|
* start to fix testsArmin Rigo2015-10-061-13/+11
|
* check that the function types are really incompatibleArmin Rigo2015-10-051-0/+7
|
* non-windows fixesArmin Rigo2015-10-051-4/+6
|
* Starting, with exactly two function types: no-abi (i.e. cdecl on windows), ↵Armin Rigo2015-10-051-8/+12
| | | | or stdcall.
* A branch to implement "__stdcall" more completely on Windows. Initial testsArmin Rigo2015-10-051-0/+45
|
* the big Moving Files Around stepArmin Rigo2015-05-121-0/+429