diff options
author | Victor Stinner <victor.stinner@haypocalc.com> | 2011-05-09 12:45:38 (GMT) |
---|---|---|
committer | Victor Stinner <victor.stinner@haypocalc.com> | 2011-05-09 12:45:38 (GMT) |
commit | 86e104a6ab8d81916a13b01ec892dd006a033359 (patch) | |
tree | 7764bc520854b693102fd172ef817b1340e1b4bb /Lib/test/test_math.py | |
parent | e0c9a7533cefe3b445a6b55b98f35bfe9dd6dd44 (diff) | |
download | cpython-86e104a6ab8d81916a13b01ec892dd006a033359.zip cpython-86e104a6ab8d81916a13b01ec892dd006a033359.tar.gz cpython-86e104a6ab8d81916a13b01ec892dd006a033359.tar.bz2 |
Issue #8407: Use an explicit cast for FreeBSD
pthread_t is a pointer, not an integer, on FreeBSD. It should fix the following
gcc warning:
passing argument 1 of ‘pthread_kill’ makes pointer from integer without a cast
Diffstat (limited to 'Lib/test/test_math.py')
0 files changed, 0 insertions, 0 deletions