summaryrefslogtreecommitdiff
path: root/testing/embedding/add2.py
Commit message (Expand)AuthorAgeFilesLines
* Maybe it's clearer this way, with an API that matches the intent ratherArmin Rigo2016-01-091-3/+3
* py3 compatArmin Rigo2016-01-081-0/+1
* 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-3/+1
* Check that the module is present in sys.modules at this point,Armin Rigo2016-01-061-0/+7
* Fix the multithreaded initialization.Armin Rigo2016-01-011-3/+4
* A test with two modules.Armin Rigo2016-01-011-0/+21