[proxy] github.com← back | site home | direct (HTTPS) ↗ | proxy home | ◑ dark◐ light

bpo-29212: Fix the ugly repr() ThreadPoolExecutor thread name. by gpshead · Pull Request #2315 · python/cpython

the-knights-who-say-ni

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.

gpshead deleted the issue29212-threadpoolexecutor-name branch

June 22, 2017 06:41

sseg mentioned this pull request

Aug 4, 2017

Merged

sseg added a commit to sseg/pythonfutures that referenced this pull request

Aug 8, 2017

sseg added a commit to sseg/pythonfutures that referenced this pull request

Aug 8, 2017

sseg added a commit to sseg/pythonfutures that referenced this pull request

Aug 8, 2017

agronholm pushed a commit to agronholm/pythonfutures that referenced this pull request

Aug 8, 2017

gpshead added a commit to gpshead/cpython that referenced this pull request

Sep 3, 2017
…ythonGH-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..
(cherry picked from commit a3d91b4)

Merged

gpshead added a commit that referenced this pull request

Sep 3, 2017
…H-2315) (#3276)

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..
(cherry picked from commit a3d91b4)