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 pablogsal
Recipients pablogsal
Date 2019-06-25.01:07:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1561424846.93.0.51562872877.issue37394@roundup.psfhosted.org>
In-reply-to
Content
The test for the queue module are not testing correctly both the C and the Python implementation of the queue. A consequence is that some errors are being overseed (like the fact that an AttributeError is used instead of an ImportError to catch when importing _queue fails).
History
Date User Action Args
2019-06-25 01:07:26pablogsalsetrecipients: + pablogsal
2019-06-25 01:07:26pablogsalsetmessageid: <1561424846.93.0.51562872877.issue37394@roundup.psfhosted.org>
2019-06-25 01:07:26pablogsallinkissue37394 messages
2019-06-25 01:07:26pablogsalcreate