Re: [Cython] bint and autodoc signatures

2013-04-14 Thread Stefan Behnel
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 handle input arguments differently: > bint accepts pretty much an

[Cython] bint and autodoc signatures

2013-04-14 Thread Nikita Nemkin
Hi, 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 handle input arguments differently: bint accepts pretty much any Python object, while int requries som

Re: [Cython] nogil declaration on C++ classes (ticket 805)

2013-04-14 Thread Matěj Laitl
On 14. 4. 2013 Stefan Behnel wrote: > Hi, > this patch looks ok to me: > > http://trac.cython.org/cython_trac/ticket/805 > Any objections from the C++ users against including it in 0.19? Quite the opposite, certainly an improvement. Matěj Laitl ___

[Cython] nogil declaration on C++ classes (ticket 805)

2013-04-14 Thread Stefan Behnel
Hi, this patch looks ok to me: http://trac.cython.org/cython_trac/ticket/805 Any objections from the C++ users against including it in 0.19? Stefan ___ cython-devel mailing list cython-devel@python.org http://mail.python.org/mailman/listinfo/cython-de