]> granicus.if.org Git - python/commit
Delete a broken threading.local example (#5870)
authorAaron Gallagher <habnabit@users.noreply.github.com>
Sun, 25 Feb 2018 15:03:40 +0000 (07:03 -0800)
committerAlex Gaynor <alex.gaynor@gmail.com>
Sun, 25 Feb 2018 15:03:40 +0000 (10:03 -0500)
commit5fb632e83136399bad9427ee23ec8b771695290a
tree93660f87f3eaf42daf1cfb6719a048317d9c5587
parent29eab55309b9f78b79074d26db16a44e7841c639
Delete a broken threading.local example (#5870)

This code never did anything correct or useful. The class attribute will never be affected, and the condition will never be true.
Lib/_threading_local.py