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.

Author pablogsal
Recipients lukasz.langa, pablogsal, serhiy.storchaka
Date 2021-02-15.19:27:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1613417273.21.0.141046787664.issue43231@roundup.psfhosted.org>
In-reply-to
Content
The logic in _curses_init_pair_impl is quite odd. Seems that _CURSES_INIT_PAIR_FUNC succeeds the first run of (-R) even if pair_number >= COLOR_PAIRS but fails the second. Serhiy, do you know what's going on here?
History
Date User Action Args
2021-02-15 19:27:53pablogsalsetrecipients: + pablogsal, lukasz.langa, serhiy.storchaka
2021-02-15 19:27:53pablogsalsetmessageid: <1613417273.21.0.141046787664.issue43231@roundup.psfhosted.org>
2021-02-15 19:27:53pablogsallinkissue43231 messages
2021-02-15 19:27:53pablogsalcreate