Closed as not planned
Description
Bug report
Here's the problematic code:
cpython/Modules/_cursesmodule.c
Lines 3365 to 3367 in a2d0818
Why is it problematic? Because PyCursesWindow_New
can return NULL
here:
cpython/Modules/_cursesmodule.c
Lines 708 to 712 in a2d0818
So, winobj->encoding
of NULL
is not good :(
I will send a PR.