Patches item #1516912, was opened at 2006-07-04 04:15 Message generated for change (Comment added) made by nnorwitz 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: Closed >Resolution: Accepted Priority: 5 Submitted By: Piéronne Jean-François (pieronne) >Assigned to: Neal Norwitz (nnorwitz) 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 ---------------------------------------------------------------------- >Comment By: Neal Norwitz (nnorwitz) Date: 2006-07-09 18:19 Message: Logged In: YES user_id=33168 Thanks! I made some minor modifications. Committed revision 50504. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1516912&group_id=5470 _______________________________________________ Patches mailing list Patches@python.org http://mail.python.org/mailman/listinfo/patches