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.

Author John.Malmberg
Recipients John.Malmberg, asvetlov, christian.heimes, jcea, lemburg, neologix, pitrou, python-dev, sandman101, trent, vstinner
Date 2014-06-18.12:51:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1403095903.15.0.771151506595.issue16136@psf.upfronthosting.co.za>
In-reply-to
Content
Most of the issues needed to build python3 properly on VMS involve either bugs in the VMS C API that need to be worked around or missing libraries that Python3 expects to have.

As none of the Python developers should need to care about this, and these issues are common to ports of other VMS projects, I plan to do the following unless someone objects:

1. Create a new issue tracker here to document what it takes to attempt build the in development branch of Python on VMS, and try keep it up to date with significant issues found.

2. Create a mercurial repository on the vms-ports sourceforge site that contains the additional VMS specific files that are needed to build the in development branch.  I will also create a VMS specific discussion there about the more detailed status of the port progress.

3. Where cases are actually found where the issue is in python, such as posixmodule.c overriding the configure files to assume fork is present when configure detected it was not, a ticket here will be filed.

If someone then shows up inquiring at the status of VMS, then they can be pointed at that new ticket.
History
Date User Action Args
2014-06-18 12:51:43John.Malmbergsetrecipients: + John.Malmberg, lemburg, jcea, pitrou, vstinner, christian.heimes, trent, asvetlov, neologix, python-dev, sandman101
2014-06-18 12:51:43John.Malmbergsetmessageid: <1403095903.15.0.771151506595.issue16136@psf.upfronthosting.co.za>
2014-06-18 12:51:43John.Malmberglinkissue16136 messages
2014-06-18 12:51:42John.Malmbergcreate