Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bpo-39020: Fix build of module _curses for AIX #18303

Open
wants to merge 8 commits into
base: master
from

Conversation

@aixtools
Copy link
Contributor

aixtools commented Feb 1, 2020

Stock AIX libcurses misses the functions needed to support
func:curses.get_escdelay, func:curses.set_escdelay, func:curses.get_tabsize and func:curses.set_tabsize

https://bugs.python.org/issue39020

aixtools added 2 commits Feb 1, 2020
func:`curses.get_escdelay`, func:`curses.set_escdelay`, func:`curses.get_tabsize, `func:`curses.set_tabsize`
aixtools added 2 commits Feb 1, 2020
Doc/library/curses.rst Outdated Show resolved Hide resolved
Modules/_cursesmodule.c Outdated Show resolved Hide resolved
aixtools added 2 commits Feb 1, 2020
aixtools and others added 2 commits Feb 1, 2020
….r0dGRM.rst

Co-Authored-By: Serhiy Storchaka <storchaka@gmail.com>
….r0dGRM.rst

Co-Authored-By: Serhiy Storchaka <storchaka@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
4 participants
You can’t perform that action at this time.