New submission from Pablo Galindo Salgado <pablog...@gmail.com>:

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).

----------
components: Extension Modules, Interpreter Core, Tests
messages: 346466
nosy: pablogsal
priority: normal
severity: normal
status: open
title: Fix pure Python implementation of queue
versions: Python 3.7, Python 3.8, Python 3.9

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue37394>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to