SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

0 0 192 Python

Merged revisions 78635 via svnmerge from

svn+ssh://pythondev@svn.python.org/python/trunk

........
  r78635 | victor.stinner | 2010-03-03 22:53:41 +0100 (mer., 03 mars 2010) | 5 lines

  Issue #3299: fix curses.panel.new_panel() error handler, replace PyObject_DEL()
  by Py_DECREF() to avoid a crash in pydebug mode.

  Use po->wo==NULL to detect than the panel is in the lop list or not.
........
V
Victor Stinner committed
a761227ae0595062897c3dfacfa01b8ed026288e
Parent: 087ca08