[Patches] [Patch #101046] fcntlmodule: use PyArg_ParseTuple everywhere.

noreply@sourceforge.net noreply@sourceforge.net
Wed, 2 Aug 2000 06:27:17 -0700


Patch #101046 has been updated. 

Project: 
Category: Modules
Status: Open
Summary: fcntlmodule: use PyArg_ParseTuple everywhere.

Follow-Ups:

Date: 2000-Aug-02 06:27
By: gvanrossum

Comment:
The idea is fine, but you missed the fact that the code is trying to simulate "ii|i" by trying "(ii)" and then "(iii)".  This should be collapsed too (in two places).   If you fix this I'll accept it.
-------------------------------------------------------

-------------------------------------------------------
For more info, visit:

http://sourceforge.net/patch/?func=detailpatch&patch_id=101046&group_id=5470