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?

The buffers typestring checks do not use this.

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

Reply via email to