Re: [Cython] Cygwin: Handling missing C99 long double functions

2016-05-17 Thread Robert Bradshaw
On Fri, May 13, 2016 at 4:26 AM, Erik Bray wrote: > On Thu, May 12, 2016 at 12:55 AM, Greg Ewing > wrote: >> Erik Bray wrote: >>> >>> A developer who writes some code that >>> happens to use long double isn't going to think themselves "Gosh, I >>> guess I can't accept `long double` here because i

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

2016-05-17 Thread Yury Selivanov
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 *exactly* Unicode strings by converting any subtypes, and then remove their Py_CLEAR() from the tp_clear