Author: Armin Rigo <[email protected]> Branch: reverse-debugger Changeset: r85108:7981f3915c95 Date: 2016-06-12 18:21 +0200 http://bitbucket.org/pypy/pypy/changeset/7981f3915c95/
Log: fix diff --git a/rpython/rlib/revdb.py b/rpython/rlib/revdb.py --- a/rpython/rlib/revdb.py +++ b/rpython/rlib/revdb.py @@ -60,7 +60,7 @@ # ____________________________________________________________ [email protected](1) [email protected](2) def _change_time(mode, time, callback, arg_string): callback_wrapper = _make_callback(callback) ll_callback = llhelper(_CALLBACK_ARG_FNPTR, callback_wrapper) _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
