[issue10332] Multiprocessing maxtasksperchild results in hang

2011-04-04 Thread Jesse Keating
Jesse Keating added the comment: I can duplicate this using python-2.7-8.fc14.1 on Fedora 14, and using map_async with the pool. -- nosy: +jkeating ___ Python tracker ___ _

[issue11734] Add half-float (16-bit) support to struct module

2011-04-04 Thread Eli Stevens
Eli Stevens added the comment: I see the distinction about the rounding error now. Thanks for clarifying; I've added more tests as suggested. Looking at _struct.c, line 2085: /* Skip float and double, could be "unknown" float format */

<    1   2