summaryrefslogtreecommitdiff
path: root/testing/embedding/add1.py
Commit message (Expand)AuthorAgeFilesLines
* Windows fix: sometimes, time.sleep() doesn't sleep apparentlyArmin Rigo2019-10-151-1/+5
* #383Armin Rigo2018-10-261-1/+1
* 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-0/+2
* fixesArmin Rigo2016-01-011-1/+1
* test multiple threads all doing the initial call to an "extern Python"Armin Rigo2016-01-011-3/+9
* Add a simple test (cpython 2.7 only)Armin Rigo2016-01-011-0/+23