| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | py3k compat | Armin Rigo | 2015-12-07 | 1 | -4/+1 |
| | | |||||
| * | fix (very minor) leak | Armin Rigo | 2015-12-07 | 1 | -1/+1 |
| | | |||||
| * | Tweak for PyGILState_Ensure(), improving massively its performance in | Armin Rigo | 2015-12-06 | 1 | -6/+2 |
| | | | | | case it is called repeatedly in a non-python-created thread | ||||
| * | Fix the issue with subinterpreters: now each subinterpreter should have | Armin Rigo | 2015-11-20 | 1 | -16/+113 |
| | | | | | its own independent copy of each @ffi.def_extern(). | ||||
| * | Change the @ffi.def_extern() decorator to not automatically replace the | Armin Rigo | 2015-11-20 | 1 | -8/+5 |
| | | | | | | | function with the cdata. You need to get the cdata from the lib explicitly. This should make it clearer that there is only one cdata, even if you apply the decorator again. | ||||
| * | an XXX | Armin Rigo | 2015-11-18 | 1 | -0/+3 |
| | | |||||
| * | Write one error message directly to stderr instead of sys.stderr. This | Armin Rigo | 2015-11-18 | 1 | -15/+7 |
| | | | | | | lets us avoid taking the GIL, which might crash in case the Python interpreter is not initialized at all. | ||||
| * | update the code to use 'extern "Python"' | Armin Rigo | 2015-11-18 | 1 | -23/+23 |
| | | |||||
| * | More tests, make the name optional in ffi.call_python() | Armin Rigo | 2015-11-13 | 1 | -2/+13 |
| | | |||||
| * | ffi.call_python() | Armin Rigo | 2015-11-13 | 1 | -7/+64 |
| | | |||||
| * | in-progress | Armin Rigo | 2015-11-13 | 1 | -1/+46 |
| | | |||||
| * | in-progress | Armin Rigo | 2015-11-13 | 1 | -0/+6 |
