[issue28845] Clean up known issues for AIX

2017-05-24 Thread Zachary Ware
Zachary Ware added the comment: Thanks for the patch! I'm going to decline backporting this; let's just focus on the future for this. -- resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: -Python 2.7, Python 3.5, Python 3.6

[issue28845] Clean up known issues for AIX

2017-05-24 Thread Zachary Ware
Zachary Ware added the comment: New changeset 7c2f82d158a19ec9ee6b7e259c243e1f06f0434f by Zachary Ware (Eric N. Vander Weele) in branch 'master': bpo-28845: Clean up known issues for AIX (GH-1670) https://github.com/python/cpython/commit/7c2f82d158a19ec9ee6b7e259c243e1f06f0434f --

[issue28845] Clean up known issues for AIX

2017-05-19 Thread Eric N. Vander Weele
Changes by Eric N. Vander Weele : -- pull_requests: +1764 ___ Python tracker ___ ___

[issue28845] Clean up known issues for AIX

2017-01-24 Thread Eric N. Vander Weele
Eric N. Vander Weele added the comment: > I request that you review issue27435 - in particular msg284557 - as I feel > ctypes implementation for AIX is broken - at least as far as the supporting > routines are concerned. I believe this request is outside the scope of this particular issue. >

[issue28845] Clean up known issues for AIX

2017-01-03 Thread Michael Felt
Michael Felt added the comment: I request that you review issue27435 - in particular msg284557 - as I feel ctypes implementation for AIX is broken - at least as far as the supporting routines are concerned. When you know the "magic" one can call ctypes.CDLL() and it 'works'.

[issue28845] Clean up known issues for AIX

2017-01-03 Thread Michael Felt
Michael Felt added the comment: FWIW: just build python-2.7.13 using xlC - and ncurses-6.0 installed. root@x064:[/data/prj/python/python2-2.7.13] root@x064:[/data/prj/python/python2-2.7.13]./python Python 2.7.13 (default, Jan 3 2017, 11:16:59) [C] on aix5 Type "help", "copyright", "credits" or

[issue28845] Clean up known issues for AIX

2016-12-13 Thread David Edelsohn
David Edelsohn added the comment: There is an AIX system in the Python buildbot farm. Why do you say no AIX to test? -- ___ Python tracker ___

[issue28845] Clean up known issues for AIX

2016-12-12 Thread Julien Palard
Julien Palard added the comment: LGTM but no AIX to test it. -- ___ Python tracker ___ ___ Python-bugs-list

[issue28845] Clean up known issues for AIX

2016-12-05 Thread Eric N. Vander Weele
Eric N. Vander Weele added the comment: I have been able to test the example without a segmentation fault. $ python3.5 Python 3.5.2 (default, Nov 17 2016, 10:45:58) [C] on aix7 Type "help", "copyright", "credits" or "license" for more information. >>> import curses >>> from curses import panel

[issue28845] Clean up known issues for AIX

2016-11-30 Thread Julien Palard
Julien Palard added the comment: Look like issue1745108 has only be closed for being "outdated" (msg240919 ), it does not clearly mean that the bug does no longer exists. Have you been able to test the example in it? -- ___ Python tracker

[issue28845] Clean up known issues for AIX

2016-11-30 Thread Eric N. Vander Weele
Eric N. Vander Weele added the comment: > Having a few issues fixed does not mean that Python has been fully tested. I uploaded cleanup-readme-aix2.patch, which revives back the line removed in question and only removes lines which reference issues. I just noticed the results of Python's

[issue28845] Clean up known issues for AIX

2016-11-30 Thread Julien Palard
Julien Palard added the comment: You're also removing: > * Python has not been fully tested on AIX when compiled as a 64 bit > application. I do not have an AIX at hand but can someone at least confirm that all test passes? Having a few issues fixed does not mean that Python has been fully

[issue28845] Clean up known issues for AIX

2016-11-30 Thread Zachary Ware
Changes by Zachary Ware : -- nosy: +Michael.Felt stage: -> patch review versions: -Python 3.3, Python 3.4 ___ Python tracker

[issue28845] Clean up known issues for AIX

2016-11-30 Thread Eric N. Vander Weele
New submission from Eric N. Vander Weele: This patch cleans up Misc/README.AIX for addressed known issues. Issues that have been marked fixed: #11184, #11185 Issues resolved by new AIX version: #1745108 Issues resolved, but not yet marked fixed/closed: #11188 Additionally, it looks like #10709