Message131913
Sorry, I didn't read an error message very carefully. When I apply your patch I see:
>>> from concurrent.futures import *
>>> from time import *
>>> t = ThreadPoolExecutor(5)
>>> t.submit(sleep, 100)
<Future at 0x8acc94c state=running>
>>> <ctrl-D>
Error in atexit._run_exitfuncs:
NameError: global name 'thread' is not defined
Does that not happen in your environment? |
|
| Date |
User |
Action |
Args |
| 2011-03-23 20:00:47 | bquinlan | set | recipients:
+ bquinlan, gregory.p.smith, pitrou, jyasskin, stutzbach |
| 2011-03-23 20:00:47 | bquinlan | set | messageid: <[email protected]> |
| 2011-03-23 20:00:46 | bquinlan | link | issue11635 messages |
| 2011-03-23 20:00:46 | bquinlan | create | |
|