| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add a warning when we use in cdef() a global variable without also ↵ | Armin Rigo | 2019-10-14 | 1 | -1/+1 |
| | | | | | specifying a storage class (extern or static) | ||||
| * | use declspec(dllimport/dllexport) on windows | Armin Rigo | 2016-01-12 | 1 | -1/+3 |
| | | |||||
| * | Maybe it's clearer this way, with an API that matches the intent rather | Armin Rigo | 2016-01-09 | 1 | -3/+3 |
| | | | | | than how the implementation piggy-backs on ``extern "Python"`` | ||||
| * | py3 compat | Armin Rigo | 2016-01-08 | 1 | -3/+6 |
| | | |||||
| * | Py3 fixes. Skip the embedding tests if linking with -lpython%d.%d | Armin Rigo | 2016-01-08 | 1 | -1/+1 |
| | | | | | fails (likely, the Python was not compiled with --enable-shared) | ||||
| * | In-progress: fix tests to attempt to use distutils also for compiling | Armin Rigo | 2016-01-07 | 1 | -1/+2 |
| | | | | | the executable | ||||
| * | Stop running the embedding_init_code() code as if it was part of the | Armin Rigo | 2016-01-07 | 1 | -0/+1 |
| | | | | | | | | extension module. Instead, be explicit and require a "from xx import ffi" line. This is clearer because it is the same line needed at the start of other modules, if the logic becomes too large for this single triple-quoted string. | ||||
| * | test for not invoking the init code recursively | Armin Rigo | 2016-01-01 | 1 | -0/+26 |
