commit | 47c884129d4b12cd06a5b77c5833b0afee28cd25 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@haypocalc.com> | Tue Apr 27 23:33:58 2010 +0000 |
committer | Victor Stinner <victor.stinner@haypocalc.com> | Tue Apr 27 23:33:58 2010 +0000 |
tree | e64ad2250455d9d8ede25d81f087ef1c36eecadf | |
parent | a44b5a332620c8fc0fcf25f81025e5f9d832a5e2 [diff] |
Partial revert of r80556 (Issue #7449, part 5, fix ctypes test) Rewrite r80556: the thread test have to be executed just after the test on libc_open() and so the test cannot be splitted in two functions (without duplicating code, and I don't want to duplicate code).