This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Complementary patch for OpenVMS
Type: Stage:
Components: Interpreter Core Versions: Python 2.3
process
Status: closed Resolution: out of date
Dependencies: Superseder:
Assigned To: loewis Nosy List: loewis, pieronne
Priority: normal Keywords: patch

Created on 2002-12-07 11:45 by pieronne, last changed 2022-04-10 16:05 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
vms_core.diff pieronne, 2002-12-08 10:00
vms_core01.diff pieronne, 2002-12-08 21:43 New version
vms_core01.diff pieronne, 2002-12-08 22:01 New version
Messages (6)
msg41912 - (view) Author: Piéronne Jean-François (pieronne) Date: 2002-12-07 11:45
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

msg41913 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2002-12-08 08:49
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. :-( )
msg41914 - (view) Author: Piéronne Jean-François (pieronne) Date: 2002-12-08 10:00
Logged In: YES 
user_id=414701

Done

Thanks
msg41915 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2002-12-08 10:34
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.

- 
msg41916 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2003-03-30 21:16
Logged In: YES 
user_id=21627

Am I correct assuming that this patch has been superceded
now by 708495?
msg41917 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2003-04-18 10:48
Logged In: YES 
user_id=21627

It appears that this patch is indeed obsolete, closing it.
History
Date User Action Args
2022-04-10 16:05:58adminsetgithub: 37582
2002-12-07 11:45:21pieronnecreate