]> 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:34:46 +0000 (07:34 -0800)
committerGitHub <noreply@github.com>
Sun, 25 Feb 2018 15:34:46 +0000 (07:34 -0800)
commit07c13eee79852296a4bc732037012c424a087369
treec39c84aa1f2176db2694f676ae47b2f7c45fa394
parentdf1732a4734190fefc8814687895fc1168716c37
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