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.13:41:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1550842870.3.0.217343637225.issue36035@roundup.psfhosted.org>
In-reply-to
Content
I tried to add a test file in https://github.com/python/cpython/pull/11988 
To fix all now broken tests I had to add a try except block to the _WildcardSelector as well (analogous to the _RecursiveWildcardSelector).

I could only check on Linux and I have no idea how it behaves on any other OS.
History
Date User Action Args
2019-02-22 13:41:10Jörg Stuckesetrecipients: + Jörg Stucke, brett.cannon, pitrou, eryksun, matrixise, eamanu
2019-02-22 13:41:10Jörg Stuckesetmessageid: <1550842870.3.0.217343637225.issue36035@roundup.psfhosted.org>
2019-02-22 13:41:10Jörg Stuckelinkissue36035 messages
2019-02-22 13:41:10Jörg Stuckecreate