Message285021
Logging statement using 'threadName' from concurrent.futures threads produce the wrong output with Python 3.6.
The attached program with Python 3.5.X outputs:
MainThread From main thread
Thread-1 From worker thread
But with 3.6, it outputs:
MainThread From main thread
<concurrent.futures.thread.ThreadPoolExecutor object at 0x7f96711ac278>_0 From worker thread |
|
Date |
User |
Action |
Args |
2017-01-09 05:16:03 | desbma | set | recipients:
+ desbma |
2017-01-09 05:16:03 | desbma | set | messageid: <1483938963.09.0.315595404976.issue29212@psf.upfronthosting.co.za> |
2017-01-09 05:16:02 | desbma | link | issue29212 messages |
2017-01-09 05:16:02 | desbma | create | |
|