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
标题: Make curses compiling on OpenIndiana and tests passing
类型: compile error Stage: resolved
Components: Extension Modules Versions: Python 3.7, Python 3.6, Python 2.7
process
状态: closed Resolution: fixed
Dependencies: 后续:
分配给: serhiy.storchaka 抄送列表: serhiy.storchaka
优先级: normal 关键字: 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) 日期: 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) 日期: 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) 日期: 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) 日期: 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
历史
日期 用户 动作 参数
2022-04-11 14:58:53admin修改github: 76100
2017-11-01 13:11:41serhiy.storchaka修改状态: open -> closed
resolution: fixed
stage: patch review -> resolved
2017-11-01 13:11:20serhiy.storchaka修改消息: + msg305379
2017-11-01 13:11:14serhiy.storchaka修改消息: + msg305378
2017-11-01 12:36:29python-dev修改pull_requests: + pull_request4184
2017-11-01 12:35:32python-dev修改pull_requests: + pull_request4183
2017-11-01 12:34:22serhiy.storchaka修改消息: + msg305371
2017-11-01 11:46:47serhiy.storchaka修改keywords: + patch
stage: patch review
pull_requests: + pull_request4180
2017-11-01 10:53:37serhiy.storchaka创建