]> granicus.if.org Git - python/commit
Fixes for KFreeBSD and the Hurd:
authordoko@ubuntu.com <doko@ubuntu.com>
Thu, 17 Apr 2014 17:47:16 +0000 (19:47 +0200)
committerdoko@ubuntu.com <doko@ubuntu.com>
Thu, 17 Apr 2014 17:47:16 +0000 (19:47 +0200)
commit4a173bc4edfbc731f227a84a26eb24b6aef91dd6
treee960a4496af35b2aecdf2ab3868750413d1e50a7
parenta3818a304327d31b4360dc9b545f2655d27c626e
Fixes for KFreeBSD and the Hurd:

- Issue #21274: Define PATH_MAX for GNU/Hurd in Python/pythonrun.c.

- Issue #21276: posixmodule: Don't define USE_XATTRS on KFreeBSD and the Hurd.

- Issue #21275: Fix a socket test on KFreeBSD.
Lib/test/test_socket.py
Misc/NEWS
Modules/posixmodule.c
Python/pythonrun.c