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.

classification
Title: Make curses compiling on OpenIndiana and tests passing
Type: compile error Stage: resolved
Components: Extension Modules Versions: Python 3.7, Python 3.6, Python 2.7
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: serhiy.storchaka Nosy List: serhiy.storchaka
Priority: normal Keywords: patch

Created on 2017-11-01 10:53 by serhiy.storchaka, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 4211 merged serhiy.storchaka, 2017-11-01 11:46
PR 4215 merged python-dev, 2017-11-01 12:35
PR 4216 merged python-dev, 2017-11-01 12:36
Messages (4)
msg305368 - (view) Author: Serhiy Storchaka (serhiy.storchaka) * (Python committer) Date: 2017-11-01 10:53
The proposed PR makes curses compiling on OpenIndiana (2017.04) and fixes tests. I suppose it fixes issues on Solaris too.
msg305371 - (view) Author: Serhiy Storchaka (serhiy.storchaka) * (Python committer) Date: 2017-11-01 12:34
New changeset 894ebd065e02debf20c0657d26020ecc42b7534f by Serhiy Storchaka in branch 'master':
bpo-31919: Fix building the curses module on OpenIndiana. (#4211)
https://github.com/python/cpython/commit/894ebd065e02debf20c0657d26020ecc42b7534f
msg305378 - (view) Author: Serhiy Storchaka (serhiy.storchaka) * (Python committer) Date: 2017-11-01 13:11
New changeset 2be9a31213e93e26a71150efaef1a975f8b9afec by Serhiy Storchaka (Miss Islington (bot)) in branch '3.6':
bpo-31919: Fix building the curses module on OpenIndiana. (GH-4211) (#4215)
https://github.com/python/cpython/commit/2be9a31213e93e26a71150efaef1a975f8b9afec
msg305379 - (view) Author: Serhiy Storchaka (serhiy.storchaka) * (Python committer) Date: 2017-11-01 13:11
New changeset 87c66e46ce2c929540a9a91bbe25d1840d194475 by Serhiy Storchaka (Miss Islington (bot)) in branch '2.7':
bpo-31919: Fix building the curses module on OpenIndiana. (GH-4211) (#4216)
https://github.com/python/cpython/commit/87c66e46ce2c929540a9a91bbe25d1840d194475
History
Date User Action Args
2022-04-11 14:58:53adminsetgithub: 76100
2017-11-01 13:11:41serhiy.storchakasetstatus: open -> closed
resolution: fixed
stage: patch review -> resolved
2017-11-01 13:11:20serhiy.storchakasetmessages: + msg305379
2017-11-01 13:11:14serhiy.storchakasetmessages: + msg305378
2017-11-01 12:36:29python-devsetpull_requests: + pull_request4184
2017-11-01 12:35:32python-devsetpull_requests: + pull_request4183
2017-11-01 12:34:22serhiy.storchakasetmessages: + msg305371
2017-11-01 11:46:47serhiy.storchakasetkeywords: + patch
stage: patch review
pull_requests: + pull_request4180
2017-11-01 10:53:37serhiy.storchakacreate