diff options
author | Tim Peters <tim.peters@gmail.com> | 2006-08-11 00:49:01 +0000 |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2006-08-11 00:49:01 +0000 |
commit | 08574770c54dcab5f44bc77e39fa1689beea2f84 (patch) | |
tree | 188a656c901956f42f1e413c9507165d22a4605d /Python | |
parent | b7ad1eb2c6ad9a331ddc3a32d0d2780981f0d316 (diff) | |
download | cpython-git-08574770c54dcab5f44bc77e39fa1689beea2f84.tar.gz |
test_PyThreadState_SetAsyncExc(): This is failing on some
64-bit boxes. I have no idea what the ctypes docs mean
by "integers", and blind-guessing here that it intended to
mean the signed C "int" type, in which case perhaps I can
repair this by feeding the thread id argument to type
ctypes.c_long().
Also made the worker thread daemonic, so it doesn't hang
Python shutdown if the test continues to fail.
Diffstat (limited to 'Python')
0 files changed, 0 insertions, 0 deletions