]> granicus.if.org Git - python/commit
Delete a broken threading.local example (GH-5870)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 25 Feb 2018 15:56:56 +0000 (07:56 -0800)
committerGitHub <noreply@github.com>
Sun, 25 Feb 2018 15:56:56 +0000 (07:56 -0800)
commit8f2bcab92345dd8e51b6afd5308899292c3911e9
tree15faa60d24ba4446024ec853009100363ad3d004
parenta79591cfb81dde65bb2f891d62de0161c23a4ff4
Delete a broken threading.local example (GH-5870)

This code never did anything correct or useful. The class attribute will never be affected, and the condition will never be true.
(cherry picked from commit 5fb632e83136399bad9427ee23ec8b771695290a)

Co-authored-by: Aaron Gallagher <habnabit@users.noreply.github.com>
Lib/_threading_local.py