[Python-bugs-list] [ python-Bugs-632628 ] problem w/patch #569139

noreply@sourceforge.net noreply@sourceforge.net
Sat, 02 Nov 2002 09:43:12 -0800


Bugs item #632628, was opened at 2002-11-02 17:46
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=632628&group_id=5470

Category: Extension Modules
Group: Python 2.3
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: Neal Norwitz (nnorwitz)
Assigned to: Martin v. Löwis (loewis)
Summary: problem w/patch #569139

Initial Comment:
Martin, I believe you checked in this patch which
implementated of major, minor and makedev.  I tried to
mail you about this, but I'm not sure it went through.
 There seems to be a problem in posix_mknod
(Modules/posixmodule.c:5180).  There are 3 i's passed
to PyArg_ParseTuple(), but I believe there should only
be 2 (mode and device).  Here's the line:

  PyArg_ParseTuple(args, "s|iii:mknod", &filename,
&mode, &device))

If it's correct to only have 2 i's, assign back to me
if you want me to fix it.

----------------------------------------------------------------------

>Comment By: Martin v. Löwis (loewis)
Date: 2002-11-02 18:43

Message:
Logged In: YES 
user_id=21627

Thanks for pointing this out. Fixed in 2.270.
(and no, I haven't seen your message, for some reason).

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=632628&group_id=5470