commit | a66f9c6bb134561a24374f10e8c35417d356ce14 | [log] [tgz] |
---|---|---|
author | Xiang Zhang <angwerzx@126.com> | Sat May 13 13:36:14 2017 +0800 |
committer | GitHub <noreply@github.com> | Sat May 13 13:36:14 2017 +0800 |
tree | 5a734db23e620a0d0a7703bb1f2b51702fbd951c | |
parent | 8619c5417ceddb4165c68b9b8aacababd49b0607 [diff] |
bpo-30341: Improve _PyTrash_thread_destroy_chain() a little bit (#1545) * add a comment about why we need to increase trash_delete_nesting * move increase and decrese outside of the loop