summaryrefslogtreecommitdiff
path: root/testing/embedding/add3.py
Commit message (Collapse)AuthorAgeFilesLines
* Maybe it's clearer this way, with an API that matches the intent ratherArmin Rigo2016-01-091-3/+3
| | | | than how the implementation piggy-backs on ``extern "Python"``
* py3 compatArmin Rigo2016-01-081-0/+1
|
* Py3 fixes. Skip the embedding tests if linking with -lpython%d.%dArmin Rigo2016-01-081-1/+1
| | | | fails (likely, the Python was not compiled with --enable-shared)
* In-progress: fix tests to attempt to use distutils also for compilingArmin Rigo2016-01-071-1/+2
| | | | the executable
* Stop running the embedding_init_code() code as if it was part of theArmin Rigo2016-01-071-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.
* One more test, passingArmin Rigo2016-01-011-0/+21