New submission from Martin Bammer :
When building Python 3.7.4 from source on Ubuntu 18.10 I'm getting the
following error:
0:04:38 load avg: 2.40 [ 78/416] test_complex
0:04:39 load avg: 2.40 [ 79/416] test_concurrent_futures
Traceback:
Thread 0x7f936b7fe700 (most recent call
Martin Bammer added the comment:
Maybe an optional parameter with the desired interval would be good idea. So
that the coder can decide if he wants/needs that feature and which interval he
needs for his application.
Otherwise it is hard to define a specific interval which fits for everyone
New submission from Martin Bammer :
Hi,
the old and slow python implementation of pickle didn't block background
thread.
But the newer C-implementation blocks other threads while dump/load is
running.
Wouldn't it be possible to allow other threads during this time?
Especially could