]> granicus.if.org Git - python/commit
Partial revert of r80556 (Issue #7449, part 5, fix ctypes test)
authorVictor Stinner <victor.stinner@haypocalc.com>
Tue, 27 Apr 2010 23:33:58 +0000 (23:33 +0000)
committerVictor Stinner <victor.stinner@haypocalc.com>
Tue, 27 Apr 2010 23:33:58 +0000 (23:33 +0000)
commit47c884129d4b12cd06a5b77c5833b0afee28cd25
treee64ad2250455d9d8ede25d81f087ef1c36eecadf
parenta44b5a332620c8fc0fcf25f81025e5f9d832a5e2
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).
Lib/ctypes/test/test_errno.py