[Patches] [ python-Patches-1516912 ] OpenVMS patches Modules directory

SourceForge.net noreply at sourceforge.net
Tue Jul 4 13:15:40 CEST 2006


Patches item #1516912, was opened at 2006-07-04 13:15
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1516912&group_id=5470

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Core (C code)
Group: Python 2.5
Status: Open
Resolution: None
Priority: 5
Submitted By: Piéronne Jean-François (pieronne)
Assigned to: Nobody/Anonymous (nobody)
Summary: OpenVMS patches Modules directory

Initial Comment:
All the patches are delimited by
#if defined(__VMS)
#endif
or some variant of this

8 files are patches:


bz2module.c
OpenVMS don't support univ_newline so set
f_univ_newline to 0


cryptmodule.c
OpenVMS don't have a crypt routine, so use the openssl
routine instead

dlmodule.c
OpenVMS CRTL dlopen routine doesn't do any check so in
routine dl_open add a test for file accessibility

fpectlmodule.c
Add the correct setting for Alpha and IA64 processor

getpath.c
remove old patch and add default PREFIX

posixmodule.c
OpenVMS don't have any urandom routine, so use the
openssl routine instead

selectmodule.c
clean an old previous patch, move most of the specific
VMS code to specific routine (would be probably cleaner)


Regards,

Jean-François

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

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


More information about the Patches mailing list