]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Merged revisions 78636 via svnmerge from
authorVictor Stinner <victor.stinner@haypocalc.com>
Wed, 3 Mar 2010 21:57:58 +0000 (21:57 +0000)
committerVictor Stinner <victor.stinner@haypocalc.com>
Wed, 3 Mar 2010 21:57:58 +0000 (21:57 +0000)
commit925ca76ae7cf25eb0706145447e695c0c98973bb
tree776dccfd11e39e97b19886d9d31d5e9a7cada7c0
parent1ff0c6c9f81419082973d0b796e6c2146dacf0b7
Merged revisions 78636 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

................
  r78636 | victor.stinner | 2010-03-03 22:56:53 +0100 (mer., 03 mars 2010) | 12 lines

  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.
  ........
................
Modules/_curses_panel.c