summaryrefslogtreecommitdiff
path: root/c/call_python.c
Commit message (Expand)AuthorAgeFilesLines
* Python 3 compatArmin Rigo2016-03-161-1/+1
* Another attempt at improving the shutdown issues w.r.t. @def_externArmin Rigo2016-03-151-16/+44
* issue #246: trying to be more robust against CPython's fragileArmin Rigo2016-02-061-4/+10
* hg merge defaultArmin Rigo2015-12-291-2/+25
|\
| * Expand commentArmin Rigo2015-12-051-4/+12
| * in-progressArmin Rigo2015-12-051-2/+2
| * in-progressArmin Rigo2015-12-051-2/+17
* | py3k compatArmin Rigo2015-12-071-4/+1
* | fix (very minor) leakArmin Rigo2015-12-071-1/+1
* | Tweak for PyGILState_Ensure(), improving massively its performance inArmin Rigo2015-12-061-6/+2
|/
* Fix the issue with subinterpreters: now each subinterpreter should haveArmin Rigo2015-11-201-16/+113
* Change the @ffi.def_extern() decorator to not automatically replace theArmin Rigo2015-11-201-8/+5
* an XXXArmin Rigo2015-11-181-0/+3
* Write one error message directly to stderr instead of sys.stderr. ThisArmin Rigo2015-11-181-15/+7
* update the code to use 'extern "Python"'Armin Rigo2015-11-181-23/+23
* More tests, make the name optional in ffi.call_python()Armin Rigo2015-11-131-2/+13
* ffi.call_python()Armin Rigo2015-11-131-7/+64
* in-progressArmin Rigo2015-11-131-1/+46
* in-progressArmin Rigo2015-11-131-0/+6