From c1507495a79fb580f24818afd01402b4e19ee00d Mon Sep 17 00:00:00 2001 From: "Gustavo J. A. M. Carneiro" Date: Tue, 17 Feb 2009 10:59:49 +0000 Subject: Bug 556250 again. I screwed up and gave misinformation about how to fix * gio/gfile.override, gio/gio.defs, gio/gio.override: Bug 556250 again. I screwed up and gave misinformation about how to fix it. It must be pyg_begin/end_allow_threads, pyg_block/unblock_threads is only to be used for async callbacks. svn path=/trunk/; revision=1005 --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 434e83d..c364c2e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2009-02-17 Gustavo J. A. M. Carneiro + + * gio/gfile.override, gio/gio.defs, gio/gio.override: Bug 556250 + again. I screwed up and gave misinformation about how to fix it. + It must be pyg_begin/end_allow_threads, pyg_block/unblock_threads + is only to be used for async callbacks. + 2009-02-10 Gian Mario Tagliaretti Bug 556250 – non-async functions don't release python locks before -- cgit