]> granicus.if.org Git - python/commit
Don't import wait from connection, it shadows a name (GH-13112)
authorBrian Quinlan <brian@sweetapp.com>
Tue, 7 May 2019 17:31:11 +0000 (13:31 -0400)
committerGregory P. Smith <greg@krypto.org>
Tue, 7 May 2019 17:31:11 +0000 (13:31 -0400)
commitf7bda5c5729a3cc69b32c2a3baf5c64dea666d33
treed9bd7d26071690edbaadd92d421f301431467d8e
parent63deaa5b70108ef441c57728322da6b4321db4fc
Don't import wait from connection, it shadows a name (GH-13112)

(lint cleanup) This import causes an argument parameter to shadow the global import name.
Lib/concurrent/futures/process.py