summaryrefslogtreecommitdiff
path: root/testing/embedding/test_thread.py
Commit message (Collapse)AuthorAgeFilesLines
* Windows fix: sometimes, time.sleep() doesn't sleep apparentlyArmin Rigo2019-10-151-11/+15
|
* #383Armin Rigo2018-10-261-1/+1
| | | | Increase the sleep time in this test
* In-progress: fix tests to attempt to use distutils also for compilingArmin Rigo2016-01-071-11/+11
| | | | the executable
* Allow platform-specific hacks to invoke the compilerArmin Rigo2016-01-071-4/+4
|
* One more test, passingArmin Rigo2016-01-011-0/+13
|
* Fix the multithreaded initialization.Armin Rigo2016-01-011-4/+24
|
* An apparently different way of failingArmin Rigo2016-01-011-0/+8
|
* A test of loading different cffi embedded modules in different threads.Armin Rigo2016-01-011-0/+7
| | | | Test fails.
* test multiple threads all doing the initial call to an "extern Python"Armin Rigo2016-01-011-0/+13
function in parallel