]> granicus.if.org Git - python/commit
bpo-32596: Make lazy-load portable (GH-5316)
authorINADA Naoki <methane@users.noreply.github.com>
Fri, 26 Jan 2018 01:53:31 +0000 (10:53 +0900)
committerGitHub <noreply@github.com>
Fri, 26 Jan 2018 01:53:31 +0000 (10:53 +0900)
commit4666ec597c38eea06a22bcfb4157d92a0abf891c
tree85a0b544af160f4b1147a08ddf297d29be052e15
parent2fc98ae115e2a2095a0bcf388c27a878aafdb454
bpo-32596: Make lazy-load portable (GH-5316)

Global variables should not used as import target.
Use temporary variable instead.
Lib/concurrent/futures/__init__.py