[issue37733] Fail to build _curses module of Python 3.7.4 on AIX 7.1 using gcc

2020-11-18 Thread Christian Heimes
Christian Heimes added the comment: Closing As Kevin explained 3.7 only receives security fixes. -- nosy: +christian.heimes resolution: -> out of date stage: -> resolved status: open -> closed type: -> compile error ___ Python tracker

[issue37733] Fail to build _curses module of Python 3.7.4 on AIX 7.1 using gcc

2020-11-17 Thread Kevin
Kevin added the comment: Both 3.6 and 3.7 are in security only mode so at this point, so if the issue is fixed in newer versions I think this issue could be closed. -- nosy: +kadler ___ Python tracker _

[issue37733] Fail to build _curses module of Python 3.7.4 on AIX 7.1 using gcc

2020-03-31 Thread Batuhan Taskaya
Change by Batuhan Taskaya : -- nosy: +BTaskaya ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.p

[issue37733] Fail to build _curses module of Python 3.7.4 on AIX 7.1 using gcc

2019-08-02 Thread Michael Felt
Michael Felt added the comment: Issue36210 needs a back-port to 3.7 and 3.6. -- ___ Python tracker ___ ___ Python-bugs-list mailing

[issue37733] Fail to build _curses module of Python 3.7.4 on AIX 7.1 using gcc

2019-08-02 Thread Tal Einat
Change by Tal Einat : -- nosy: +Michael.Felt ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyt

[issue37733] Fail to build _curses module of Python 3.7.4 on AIX 7.1 using gcc

2019-08-02 Thread LIU YONG
LIU YONG added the comment: Additional information of environment OS - AIX 7.1 (7100-05-03-1838) gcc version 6.3.0 (GCC) ncurses-6.1-2.ppc ncurses-devel-6.1-2.ppc I had tried to build Python3.7.3 and Python3.6.9, it hit same errors It looks like some issue with ncurses version -- ver

[issue37733] Fail to build _curses module of Python 3.7.4 on AIX 7.1 using gcc

2019-07-31 Thread STINNER Victor
Change by STINNER Victor : -- nosy: +David.Edelsohn ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://m

[issue37733] Fail to build _curses module of Python 3.7.4 on AIX 7.1 using gcc

2019-07-31 Thread STINNER Victor
Change by STINNER Victor : -- title: Fail to build Python 3.7.4 on AIX 7.1 using gcc -> Fail to build _curses module of Python 3.7.4 on AIX 7.1 using gcc ___ Python tracker __