bpo-42694: Cannot create _curses_panel.panel #23948
Merged
+2
−1
Conversation
Fix regression introduced in commit 1baf030: restore removed code to prevent creating a _curses_panel.panel instance directly.
|
Note: only the master branch is affected, 3.9 is fine (commit 1baf030 only landed in master). |
993e88c
into
python:master
10 checks passed
10 checks passed
bedevere/news
"skip news" label found
|
Thank you for fixing it. Please check all other uses of |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Fix regression introduced in
commit 1baf030: restore removed code
to prevent creating a _curses_panel.panel instance directly.
https://bugs.python.org/issue42694