[issue43832] asyncio + multiprocessing = core dump in sem_trywait

2021-06-29 Thread Kunal
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 ``` @@ -22,14

[issue43832] asyncio + multiprocessing = core dump in sem_trywait

2021-06-29 Thread Kunal
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/bin/env

[issue26296] colorys rgb_to_hls algorithm error

2016-02-08 Thread Kunal Grover
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 <rep...@bugs.python.org> <http://bugs.python.org/i

[issue26302] cookies module allows commas in keys

2016-02-06 Thread Kunal Grover
Kunal Grover added the comment: Hi, I am a newcomer here, I am interested to work on this issue. -- nosy: +Kunal Grover ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/i