Re: [Cython] bint and autodoc signatures

2013-04-16 Thread Robert Bradshaw
On Sun, Apr 14, 2013 at 2:49 AM, Stefan Behnel wrote: > Nikita Nemkin, 14.04.2013 11:33: >> Arguments, return values and properties of type 'bint' >> appear as 'int' in autogenerated signatures. >> >> This is very confusing for the end user and logically wrong. >> (For one thing, bint and int hand

Re: [Cython] [cython-users] Cython 0.19 beta 2 released

2013-04-16 Thread Robert Bradshaw
It'd be really good to get in two last-minute changes uncovered by Sage https://github.com/cython/cython/pull/214 https://github.com/cython/cython/pull/215 On Fri, Apr 12, 2013 at 5:16 AM, Stefan Behnel wrote: > Hi, > > I uploaded a second (and hopefully last) beta release for Cython 0.19. > Ple