Ben Edwards
Ben Edwards
Hi, I've been helping out with implementing the channel_list_interpreters API, and was wondering if it would be ok for me to also have a go at implementing this?
Hi Eric, My current plan with this is to implement a new API channel_send_wait() which has an optional timeout parameter. This would then add a lock to the data that...
Hi Eric, Thanks so much for all of this, its really helpful. I did not realise this was going to be an internal API so i think i will make...
Hi @ericsnowcurrently, to be honest with you i hit a snag around christmas and stopped working on it, but after spending a bit more time on it, i think ive...
Hey @ericsnowcurrently , i managed to finish my implementation done. Its still rough around the edges but I think it should work. Along with bits I mentioned above, I've added...
> the shared lock must be destroyed by the same interpreter that created it Could I also ask why this must be the case?
Hi @ericsnowcurrently , I have created a BPO and pull request here: https://bugs.python.org/issue40390 https://github.com/python/cpython/pull/19715 I'm a bit unsure about the fields of the bug I chose would be worth checking...