[issue37394] Fix pure Python implementation of queue

2019-06-24 Thread miss-islington


miss-islington  added the comment:


New changeset 5bf3b89dfb57e705733851ec31131c985feeca62 by Miss Islington (bot) 
in branch '3.8':
bpo-37394: Fix pure Python implementation of the queue module (GH-14351)
https://github.com/python/cpython/commit/5bf3b89dfb57e705733851ec31131c985feeca62


--
nosy: +miss-islington

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue37394] Fix pure Python implementation of queue

2019-06-24 Thread Pablo Galindo Salgado


Change by Pablo Galindo Salgado :


--
resolution:  -> fixed
stage: patch review -> resolved
status: open -> closed

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue37394] Fix pure Python implementation of queue

2019-06-24 Thread Pablo Galindo Salgado


Pablo Galindo Salgado  added the comment:


New changeset 3f5b9088b0ed08e1442cca37df78f609d5cd8c3c by Pablo Galindo in 
branch 'master':
bpo-37394: Fix pure Python implementation of the queue module (GH-14351)
https://github.com/python/cpython/commit/3f5b9088b0ed08e1442cca37df78f609d5cd8c3c


--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue37394] Fix pure Python implementation of queue

2019-06-24 Thread miss-islington


Change by miss-islington :


--
pull_requests: +14179
pull_request: https://github.com/python/cpython/pull/14362

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue37394] Fix pure Python implementation of queue

2019-06-24 Thread Pablo Galindo Salgado


Change by Pablo Galindo Salgado :


--
keywords: +patch
pull_requests: +14175
stage:  -> patch review
pull_request: https://github.com/python/cpython/pull/14351

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue37394] Fix pure Python implementation of queue

2019-06-24 Thread Pablo Galindo Salgado


New submission from Pablo Galindo Salgado :

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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com