This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Jörg Stucke
Recipients Jörg Stucke, brett.cannon, eamanu, eryksun, matrixise, pitrou
Date 2019-02-22.14:40:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1550846441.14.0.328522794538.issue36035@roundup.psfhosted.org>
In-reply-to
Content
As expected the Windows CI build failed.
All test fails were caused by:
OSError: [WinError 1921] The name of the file cannot be resolved by the system: 'C:\\projects\\cpython\\build\\test_python_936\\@test_936_tmp\\brokenLinkLoop'

Therefore, I added WinError 1921 to _IGNORED_WINERRORS as suggested by Eryk Sun.
History
Date User Action Args
2019-02-22 14:40:41Jörg Stuckesetrecipients: + Jörg Stucke, brett.cannon, pitrou, eryksun, matrixise, eamanu
2019-02-22 14:40:41Jörg Stuckesetmessageid: <1550846441.14.0.328522794538.issue36035@roundup.psfhosted.org>
2019-02-22 14:40:41Jörg Stuckelinkissue36035 messages
2019-02-22 14:40:41Jörg Stuckecreate