Navigation



Ignore:
Timestamp:
Dec 17, 2010, 6:41:19 PM (13 years ago)
Author:
Sebastien Decugis <sdecugis@nict.go.jp>
Branch:
default
Phase:
public
Message:

Improved usability of dbg_interactive

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/dbg_interactive/sessions.i

    r637 r638  
    5959};
    6060
     61%nodefaultctor session_handler;
    6162%extend session_handler {
    62         session_handler() {
    63                 DI_ERROR(EINVAL, PyExc_SyntaxError, "a cleanup callback parameter is required.");
    64                 return NULL;
    65         }
    6663        session_handler(PyObject * PyCb) {
    6764                struct session_handler * hdl = NULL;
     
    9693        }
    9794}
     95
    9896
    9997struct session {
Note: See TracChangeset for help on using the changeset viewer.