Staging
v0.5.1
https://github.com/python/cpython
Revision 1d391f926b37484b8d4b326003a72c0084db19ec authored by Ned Deily on 04 March 2017, 11:19:05 UTC, committed by GitHub on 04 March 2017, 11:19:05 UTC
Skip some tests of select.poll when running on macOS due to unresolved
issues with the underlying system poll function on some macOS versions.

(cherry picked from commit de04644627f82d9dc48b3423def7ff5b4aa1926a)
1 parent 343d483
Raw File
Tip revision: 1d391f926b37484b8d4b326003a72c0084db19ec authored by Ned Deily on 04 March 2017, 11:19:05 UTC
[3.6] bpo-28087: Skip test_asyncore and test_eintr poll failures on macOS (#463)
Tip revision: 1d391f9
.gitattributes
Misc/NEWS   merge=union

*.pck binary
Lib/test/cjkencodings/* binary
Lib/test/decimaltestdata/*.decTest binary
Lib/test/sndhdrdata/sndhdr.* binary
Lib/test/test_email/data/msg_26.txt binary
Lib/test/xmltestdata/* binary
Lib/venv/scripts/nt/* binary
Lib/test/coding20731.py binary
back to top