summaryrefslogtreecommitdiff
path: root/testing/embedding/add_recursive.py
Commit message (Expand)AuthorAgeFilesLines
* use declspec(dllimport/dllexport) on windowsArmin Rigo2016-01-121-1/+3
* Maybe it's clearer this way, with an API that matches the intent ratherArmin Rigo2016-01-091-3/+3
* py3 compatArmin Rigo2016-01-081-3/+6
* Py3 fixes. Skip the embedding tests if linking with -lpython%d.%dArmin Rigo2016-01-081-1/+1
* In-progress: fix tests to attempt to use distutils also for compilingArmin Rigo2016-01-071-1/+2
* Stop running the embedding_init_code() code as if it was part of theArmin Rigo2016-01-071-0/+1
* test for not invoking the init code recursivelyArmin Rigo2016-01-011-0/+26