[New-bugs-announce] [issue25720] Fix curses module compilation with ncurses6

Ismail Donmez report at bugs.python.org
Tue Nov 24 06:39:08 EST 2015


New submission from Ismail Donmez:

ncurses6 turned on NCURSES_OPAQUE, so now you have to use some helper functions instead of accessing the structs directly. This _should_ be compatible with ncurses5 though I didn't test it.

Original patch is from openSUSE.

----------
components: Extension Modules
files: curses-ncurses6.patch
keywords: patch
messages: 255261
nosy: donmez
priority: normal
severity: normal
status: open
title: Fix curses module compilation with ncurses6
versions: Python 3.5
Added file: http://bugs.python.org/file41148/curses-ncurses6.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue25720>
_______________________________________


More information about the New-bugs-announce mailing list