bpo-39481: Fix duplicate SimpleQueue type in test_genericalias.py (GH-22619)
There are two different `SimpleQueue` types imported (from `multiprocessing.queues` and `queue`) in `Lib/test/test_genericalias.py`, the second one shadowing the first one, making the first one not actually tested. Fix by using different names. Automerge-Triggered-By: @gvanrossum
S
Saiyang Gou committed
b2c0a43699bd9023a69e3fa554f5488a2e17e278
Parent: eb38c6b
Committed by GitHub <noreply@github.com>
on 10/9/2020, 8:00:15 PM