[issue13733] Change required to sysconfig.py for Python 2.7.2 on OS/2

2020-04-26 Thread Zachary Ware
Zachary Ware added the comment: As Python 2.7 is now EOL and was the last remaining version to support OS/2, I'm closing the issue. -- nosy: +zach.ware resolution: -> out of date stage: test needed -> resolved status: open -> closed ___ Python tra

[issue13733] Change required to sysconfig.py for Python 2.7.2 on OS/2

2014-03-12 Thread Éric Araujo
Éric Araujo added the comment: Alright. If OS/2 is a supported platform for 2.7, it makes sense to have compat fixes in that branch. IIUC the existing patch fixes two things: “python setup.py install --user” never worked correctly on OS/2; python doesn’t build on OS/2. Fixes require tests.

[issue13733] Change required to sysconfig.py for Python 2.7.2 on OS/2

2014-03-12 Thread Benjamin Peterson
Benjamin Peterson added the comment: Seems reasonable. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https

[issue13733] Change required to sysconfig.py for Python 2.7.2 on OS/2

2014-03-12 Thread Éric Araujo
Éric Araujo added the comment: Benjamin: the patch contains an obvious fix to enable the user install scheme in distutils (PEP 370) (os2_user was misspellt os2_home), and more questionable changes (maybe incomplete too: many other places do different things for “posix” or “nt”, and apparently

[issue13733] Change required to sysconfig.py for Python 2.7.2 on OS/2

2014-02-03 Thread Mark Lawrence
Changes by Mark Lawrence : -- nosy: -BreamoreBoy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.

[issue13733] Change required to sysconfig.py for Python 2.7.2 on OS/2

2013-03-22 Thread Mark Lawrence
Mark Lawrence added the comment: Given the comment in msg150839 "I think OS/2 portability fixes should probably target 3.3 instead." and seeing that OS/2 is no longer supported http://docs.python.org/3/whatsnew/3.3.html#unsupported-operating-systems can this be closed? -- nosy: +Bream

[issue13733] Change required to sysconfig.py for Python 2.7.2 on OS/2

2012-01-10 Thread Paul Smedley
Paul Smedley added the comment: When I get some spare time, I'll test the default code using Andy Mac's last build of Python - which afaik was 2.4.x and see if it works correctly -- ___ Python tracker ___

[issue13733] Change required to sysconfig.py for Python 2.7.2 on OS/2

2012-01-09 Thread Éric Araujo
Éric Araujo added the comment: The first diff hunk looks a clear typo fix for all versions. -- ___ Python tracker ___ ___ Python-bugs

[issue13733] Change required to sysconfig.py for Python 2.7.2 on OS/2

2012-01-08 Thread Antoine Pitrou
Antoine Pitrou added the comment: Well, the answer has probably been already given on python-dev: > I've been building Python 2.x for a while, and currently have binaries > of 2.6.5 available from http://os2ports.smedley.info > Unlike Andrew Mcintyre, I'm using libc for development > (http:/

[issue13733] Change required to sysconfig.py for Python 2.7.2 on OS/2

2012-01-08 Thread Martin v . Löwis
Martin v. Löwis added the comment: Please consider this: the code that is there was specifically added by somebody porting Python to OS/2. So if it doesn't work for you, either OS/2 has changed (which I don't think is the case), or you are doing something wrong (such as using the wrong tool c

[issue13733] Change required to sysconfig.py for Python 2.7.2 on OS/2

2012-01-07 Thread Paul Smedley
Paul Smedley added the comment: I'm building OS/2 python here using configure, etc - without the changes attached, python would not complete the build. -- ___ Python tracker __

[issue13733] Change required to sysconfig.py for Python 2.7.2 on OS/2

2012-01-07 Thread Martin v . Löwis
Martin v. Löwis added the comment: Paul, can you please elaborate on the patch? The original code looks better to me than the new code. Why do you think this change is right? -- ___ Python tracker ___

[issue13733] Change required to sysconfig.py for Python 2.7.2 on OS/2

2012-01-07 Thread Antoine Pitrou
Antoine Pitrou added the comment: I think OS/2 portability fixes should probably target 3.3 instead. -- nosy: +eric.araujo, loewis, pitrou ___ Python tracker ___ ___

[issue13733] Change required to sysconfig.py for Python 2.7.2 on OS/2

2012-01-07 Thread Paul Smedley
New submission from Paul Smedley : Python 2.7.2 fails during compilation on OS/2 with: File "./setup.py", line 1154, in detect_modules for arg in sysconfig.get_config_var("CONFIG_ARGS").split()] AttributeError: 'NoneType' object has no attribute 'split' make: *** [sharedmods] Error 1 Attach