[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

[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 ___

[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

[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 ___

[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

[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