On Mar 10, 2009, at 12:57 PM, Stefan Behnel wrote:

> Hi,
>
> I just fixed an unused variable problem when using (Py_s)size_t as  
> function
> argument types (fix can wait for 0.11.1). Doing this, I noticed  
> that the
> type indication character that each type stores in  
> "parsetuple_format" is
> no longer used anywhere since PyArg_ParseTupleAndKeywords() was  
> replaced by
> our own code. Before I rip this attribute straight out, can anyone  
> still
> see a use case for this? Maybe in combination with buffer content  
> types?

Yes, I think we can get rid of this.

- Robert
_______________________________________________
Cython-dev mailing list
[email protected]
http://codespeak.net/mailman/listinfo/cython-dev

Reply via email to