summaryrefslogtreecommitdiff
path: root/testing/embedding/thread3-test.c
Commit message (Collapse)AuthorAgeFilesLines
* Found out a way that appears to fix the problems on WindowsArmin Rigo2019-02-131-0/+1
|
* (untested) trying to have the multithreaded tests run on windowsArmin Rigo2016-01-121-2/+1
|
* We need fflush(stdout) here, for a possibly bad reason: cpython 2.xArmin Rigo2016-01-021-0/+1
| | | | | writes to stdout, so it gets in the correct order, but pypy (and likely cpython 3.x) writes directly to the file descriptor
* One more test, passingArmin Rigo2016-01-011-0/+55