Skip to content

bpo-1635741 port _curses_panel to multi-phase init (PEP 489) #21986

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

Merged
merged 16 commits into from
Sep 7, 2020
Prev Previous commit
Next Next commit
fix build error
  • Loading branch information
koubaa committed Sep 6, 2020
commit 8d1a79031ec77cba10d51f4a40bb1674689e131d
2 changes: 1 addition & 1 deletion Modules/_curses_panel.c
Original file line number Diff line number Diff line change
Expand Up @@ -647,7 +647,7 @@ static PyMethodDef PyCurses_methods[] = {
static int
_curses_exec(PyObject *m)
{
_curses_panel_state *state = get_curses_panelstate(m);
_curses_panelstate *state = get_curses_panelstate(m);
/* Initialize object type */
state->PyCursesPanel_Type = PyType_FromModuleAndSpec(
m, &PyCursesPanel_Type_spec, NULL);
Expand Down
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy