[Python-checkins] [python/cpython] a3d91b: bpo-29212: Fix the ugly repr() ThreadPoolExecutor ...

GitHub noreply at github.com
Thu Jun 22 02:41:14 EDT 2017


  Branch: refs/heads/master
  Home:   https://github.com/python/cpython
  Commit: a3d91b43c2851312fb942f31afa12f5961706db6
      https://github.com/python/cpython/commit/a3d91b43c2851312fb942f31afa12f5961706db6
  Author: Gregory P. Smith <greg at krypto.org>
  Date:   2017-06-21 (Wed, 21 Jun 2017)

  Changed paths:
    M Lib/concurrent/futures/thread.py
    M Lib/test/test_concurrent_futures.py
    M Misc/NEWS

  Log Message:
  -----------
  bpo-29212: Fix the ugly repr() ThreadPoolExecutor thread name. (#2315)

bpo-29212: Fix the ugly ThreadPoolExecutor thread name.

Fixes the newly introduced ugly default thread name for concurrent.futures
thread.ThreadPoolExecutor threads.  They'll now resemble the old <=3.5
threading default Thread-x names by being named ThreadPoolExecutor-y_n.




More information about the Python-checkins mailing list