Re: [Cython] segfault in 'async def' coroutines

2016-05-19 Thread Stefan Behnel
Yury Selivanov schrieb am 19.05.2016 um 17:29: > On 2016-05-17 11:31 AM, Yury Selivanov wrote: >> On 2016-05-17 1:32 AM, Stefan Behnel wrote: >>> And finally, since both name values are guaranteed to be strings (the >>> setter checks their type), I wonder if we shouldn't just make sure they are >>>

Re: [Cython] segfault in 'async def' coroutines

2016-05-19 Thread Yury Selivanov
Stefan, any ETA on this? For now I have to patch the C file generated by Cython (otherwise uvloop segfaults), and that's kind of fragile. Yury On 2016-05-17 11:31 AM, Yury Selivanov wrote: On 2016-05-17 1:32 AM, Stefan Behnel wrote: And finally, since both name values are guaranteed to be