]> granicus.if.org Git - python/commit
Add CS_GNU_LIBC_VERSION and CS_GNU_LIBPTHREAD_VERSION constants for constr(),
authorVictor Stinner <victor.stinner@haypocalc.com>
Fri, 16 Apr 2010 12:23:43 +0000 (12:23 +0000)
committerVictor Stinner <victor.stinner@haypocalc.com>
Fri, 16 Apr 2010 12:23:43 +0000 (12:23 +0000)
commit6f7adcc58ef52a06f3863fe10ce5f6a7ffc357b6
tree0f7b43c3960aa67dc5ad3504f97752ad59a70250
parentfebecd82762477728ae98580b912ab17981770ff
Add CS_GNU_LIBC_VERSION and CS_GNU_LIBPTHREAD_VERSION constants for constr(),
and disable test_execvpe_with_bad_program() of test_os if the libc uses
linuxthreads to avoid the "unknown signal 32" bug (see issue #4970).
Lib/test/test_os.py
Modules/posixmodule.c