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-42694: Cannot create _curses_panel.panel #23948

Merged
merged 1 commit into from Dec 26, 2020

Conversation

@vstinner
Copy link
Member

@vstinner vstinner commented Dec 26, 2020

Fix regression introduced in
commit 1baf030: restore removed code
to prevent creating a _curses_panel.panel instance directly.

https://bugs.python.org/issue42694

Fix regression introduced in
commit 1baf030: restore removed code
to prevent creating a _curses_panel.panel instance directly.
@vstinner
Copy link
Member Author

@vstinner vstinner commented Dec 26, 2020

@vstinner
Copy link
Member Author

@vstinner vstinner commented Dec 26, 2020

Note: only the master branch is affected, 3.9 is fine (commit 1baf030 only landed in master).

@vstinner vstinner merged commit 993e88c into python:master Dec 26, 2020
10 checks passed
10 checks passed
Check for source changes
Details
Check if generated files are up to date
Details
Windows (x86)
Details
Windows (x64)
Details
macOS
Details
Ubuntu
Details
Azure Pipelines PR #20201226.3 succeeded
Details
Travis CI - Pull Request Build Passed
Details
bedevere/issue-number Issue number 42694 found
Details
bedevere/news "skip news" label found
@vstinner vstinner deleted the vstinner:fix_curses_panel branch Dec 26, 2020
@serhiy-storchaka
Copy link
Member

@serhiy-storchaka serhiy-storchaka commented Dec 26, 2020

Thank you for fixing it. Please check all other uses of PyType_FromModuleAndSpec().

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

4 participants
You can’t perform that action at this time.