[Patches] [ python-Patches-649997 ] Complementary patch for OpenVMS
noreply@sourceforge.net
noreply@sourceforge.net
Sun, 08 Dec 2002 02:34:20 -0800
Patches item #649997, was opened at 2002-12-07 12:45
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=649997&group_id=5470
Category: Core (C code)
Group: Python 2.3
Status: Open
Resolution: None
Priority: 5
Submitted By: Piéronne Jean-François (pieronne)
Assigned to: Nobody/Anonymous (nobody)
Summary: Complementary patch for OpenVMS
Initial Comment:
Hi,
I have attach the complementary patch for OpenVMS
As the previous one, all the update use conditionnal compilation for VMS, except in two place:
There is for socketmodule.c two update which use ENABLE_IPV6 test but not __VMS because I think it
was a bug into the initial code, there is a use of "sockaddr_storage" which is if I remember correctly a
IPV6 structure.
Regards,
Jean-François Piéronne
----------------------------------------------------------------------
>Comment By: Martin v. Löwis (loewis)
Date: 2002-12-08 11:34
Message:
Logged In: YES
user_id=21627
I have a number of questions:
- What is RMS? (probably not Richard M Stallman :-)
RMSError is not used, so it should not be included in the
patch.
- Why do you need to omit the argument for F_GETFD?
- Why do you cast the ioctl argument to void*? In POSIX, this
argument is of type int.
- What is the third argument to getcwd?
- Don't use nested #ifs, use #elif instead where appropriate.
-
----------------------------------------------------------------------
Comment By: Piéronne Jean-François (pieronne)
Date: 2002-12-08 11:00
Message:
Logged In: YES
user_id=414701
Done
Thanks
----------------------------------------------------------------------
Comment By: Martin v. Löwis (loewis)
Date: 2002-12-08 09:49
Message:
Logged In: YES
user_id=21627
There's no uploaded file! You have to check the
checkbox labeled "Check to Upload & Attach File"
when you upload a file.
Please try again.
(This is a SourceForge annoyance that we can do
nothing about. :-( )
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=649997&group_id=5470