summaryrefslogtreecommitdiff
path: root/testing/cffi1/test_re_python.py
Commit message (Collapse)AuthorAgeFilesLines
* musllinux test updates and wheels, py3.11 beta wheelsMatt Davis2022-06-291-2/+2
|
* Issue #478Armin Rigo2020-10-291-0/+5
| | | | Fix a case of nested anonymous struct/unions when recompiling to Python
* Issue #437Armin Rigo2020-01-051-0/+21
| | | | Support ffi.dlopen(<void* cdata>). See updated documentation.
* Issue #429Armin Rigo2019-10-211-0/+6
| | | | | | There are corner cases in which we can see a recursion on the same types. Instead of fighting them all, change the logic to complain if we recurse more than 1000 times.
* Add a warning when we use in cdef() a global variable without also ↵Armin Rigo2019-10-141-2/+2
| | | | specifying a storage class (extern or static)
* oopsArmin Rigo2019-09-201-2/+2
|
* Silence the warningArmin Rigo2019-09-201-1/+1
|
* CPython 2.x: ``ffi.dlopen()`` failed with non-ascii file names on PosixArmin Rigo2018-10-141-6/+15
|
* Ignore multiple dlclose(), like file.close() does in PythonArmin Rigo2018-02-271-3/+1
|
* More Windows support for ffi.dlopen(), this time the out-of-line versionArmin Rigo2018-02-161-3/+15
|
* test for the recursion in _struct_collecttype(): fails if theArmin Rigo2018-01-311-3/+13
| | | | recursion is replaced with a simple _do_collect_type()
* Issue #357: fix the out-of-line ABI mode when we see structsArmin Rigo2018-01-311-0/+13
| | | | containing anonymous unions or vice-versa
* More test fixes on Windows on Python 3Armin Rigo2017-06-191-0/+2
|
* Issue #221: forbid values from enums with "..." from being accessedArmin Rigo2015-09-231-1/+8
| | | | in ABI mode.
* Windows test fix, and documentation about ffi.dlopen()'s restrictionArmin Rigo2015-06-011-1/+5
|
* Tests for ffi.dlopen(None)Armin Rigo2015-06-011-1/+9
|
* py3 fixArmin Rigo2015-05-281-1/+1
|
* ABI mode: allow constants of any type, which are looked up from the libArmin Rigo2015-05-281-1/+18
| | | | on their first access.
* Issue #197: this import fails for some people on CPython>=3.3 withoutArmin Rigo2015-05-271-0/+4
| | | | the magic lines. Can't reproduce it for me, though...
* fix test failure on Win32 - a function need to be exported to be callable.grizzlynyo2015-05-231-2/+5
|
* Test and fix: ABI out-of-line didn't support C functions withArmin Rigo2015-05-221-0/+9
| | | | dot-dot-dot (reported by lazka on irc)
* Forgot about the version checking and specifying in the ABI-mode modulesArmin Rigo2015-05-181-0/+7
|
* Add a testArmin Rigo2015-05-181-0/+3
|
* Generalize: in pypy it turns out we can naturally give a more precise messageArmin Rigo2015-05-171-3/+2
|
* test and fixArmin Rigo2015-05-171-0/+12
|
* Add RTLD_xxx flags to the CompiledFFI typeArmin Rigo2015-05-161-0/+6
|
* Windows compat (py2 only)Armin Rigo2015-05-161-2/+6
|
* Python 3 compatArmin Rigo2015-05-161-3/+3
|
* ffi.dlclose(). Global variables.Armin Rigo2015-05-161-0/+24
|
* extra testArmin Rigo2015-05-161-0/+9
|
* Test and fix for struct names from included ffisArmin Rigo2015-05-161-5/+8
|
* Includes of dlopen-style ffis. Negative constants in "static const int = ...".Armin Rigo2015-05-161-0/+24
|
* more testsArmin Rigo2015-05-161-6/+15
|
* more testsArmin Rigo2015-05-161-0/+22
|
* Various tweaks until we get some more-or-less complete dlopen() supportArmin Rigo2015-05-161-0/+38