[Python-checkins] [python/cpython] a66f9c: bpo-30341: Improve _PyTrash_thread_destroy_chain()...

GitHub noreply at github.com
Sat May 13 01:36:16 EDT 2017


  Branch: refs/heads/master
  Home:   https://github.com/python/cpython
  Commit: a66f9c6bb134561a24374f10e8c35417d356ce14
      https://github.com/python/cpython/commit/a66f9c6bb134561a24374f10e8c35417d356ce14
  Author: Xiang Zhang <angwerzx at 126.com>
  Date:   2017-05-13 (Sat, 13 May 2017)

  Changed paths:
    M Include/object.h
    M Objects/object.c

  Log Message:
  -----------
  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




More information about the Python-checkins mailing list