commit | 07c13eee79852296a4bc732037012c424a087369 | [log] [tgz] |
---|---|---|
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Sun Feb 25 07:34:46 2018 -0800 |
committer | GitHub <noreply@github.com> | Sun Feb 25 07:34:46 2018 -0800 |
tree | c39c84aa1f2176db2694f676ae47b2f7c45fa394 | |
parent | df1732a4734190fefc8814687895fc1168716c37 [diff] |
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>