]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix issue 4884, preventing a crash in the socket code when python is compiled
authorJeffrey Yasskin <jyasskin@gmail.com>
Fri, 9 Jan 2009 16:47:07 +0000 (16:47 +0000)
committerJeffrey Yasskin <jyasskin@gmail.com>
Fri, 9 Jan 2009 16:47:07 +0000 (16:47 +0000)
commitd89f5b20b2e00241eebd8ca592520c429d6f0d4c
tree80a83cfb9b09ee68a91db223c4fbc2e170aa1291
parent343b970da9404be5cf6ef3544a11d9da014b4f42
Fix issue 4884, preventing a crash in the socket code when python is compiled
with llvm-gcc and run with a glibc <2.10.
Include/pyport.h
Modules/socketmodule.c