From 6d441aad5c3b56535f8383ebe7cff10a50289de9 Mon Sep 17 00:00:00 2001 From: Johan Dahlin Date: Mon, 21 Jan 2008 20:10:30 +0000 Subject: Don't assume the buffer is set, use Py_XINCREF instead of Py_INCREF. 2008-01-21 Johan Dahlin * gio/gio.override (async_result_callback_marshal): Don't assume the buffer is set, use Py_XINCREF instead of Py_INCREF. * gio/Makefile.am: * gio/ginputstream.override: * gio/goutputstream.override: * gio/gvolumemonitor.override: * gio/gfile.override: * tests/test_gio.py: Implement and test GFile.read_async. Use try/finally to always quit the mainloop, even if the test fail. Update source comment headers. svn path=/trunk/; revision=744 --- ChangeLog | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 4d1b35b..2d60e3e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,18 @@ +2008-01-21 Johan Dahlin + + * gio/gio.override (async_result_callback_marshal): + Don't assume the buffer is set, use Py_XINCREF instead of Py_INCREF. + + * gio/Makefile.am: + * gio/ginputstream.override: + * gio/goutputstream.override: + * gio/gvolumemonitor.override: + * gio/gfile.override: + * tests/test_gio.py: + Implement and test GFile.read_async. Use try/finally to always quit + the mainloop, even if the test fail. + Update source comment headers. + 2008-01-20 Johan Dahlin * tests/test_gio.py (TestVolumeMonitor): New test -- cgit