Kunal added the comment:
Oh, it looks like it's because the context for the Event doesn't match when
created this way (the default context on linux is fork).
The problem goes away if the Event instance is created from the spawn context
-- specifically, patching dump_core.py
```
Kunal added the comment:
I was trying to reproduce the problem and can get the core dump to happen with
a smaller program as well -- it doesn't seem related to asyncio specifically
but seems to be a bug with multiprocessing.Event (or probably the primitives
inside it).
```
#!/usr/bi
Kunal Grover added the comment:
This isn't needed. We are taking modulus with 1.0, which already fixes negative
values of h.
--
nosy: +Kunal Grover
___
Python tracker
<http://bugs.python.org/is
Kunal Grover added the comment:
Hi, I am a newcomer here, I am interested to work on this issue.
--
nosy: +Kunal Grover
___
Python tracker
<http://bugs.python.org/issue26