diff options
author | Jon Trowbridge <trow@ximian.com> | 2003-01-17 15:53:42 +0000 |
---|---|---|
committer | Jon Trowbridge <trow@src.gnome.org> | 2003-01-17 15:53:42 +0000 |
commit | f66caf172d83c021c3af5f224c6ccc9450724e68 (patch) | |
tree | 236efbdd234e0b93a05b472177fb2b0edd65be6c /pygtk.py | |
parent | 56e35a4e8917b0b9b49fa0ba2bc114c44660a4e7 (diff) | |
download | pygobject-f66caf172d83c021c3af5f224c6ccc9450724e68.tar.gz pygobject-f66caf172d83c021c3af5f224c6ccc9450724e68.tar.xz pygobject-f66caf172d83c021c3af5f224c6ccc9450724e68.zip |
In my fix for bug #102756 on 2003-01-08, I should have used calls to
2003-01-17 Jon Trowbridge <trow@ximian.com>
* pygobject.c (pygobject_dealloc): In my fix for bug #102756 on
2003-01-08, I should have used calls to pyg_unblock_threads()/
pyg_block_threads() instead of directly calling the
Py_BEGIN_ALLOW_THREADS/Py_END_ALLOW_THREADS macros. The macros
don't update our local thread lock counts, causing problems in
cases where the finalization of one object triggers the
finalization of another. (When I say "problems", I of course mean
"horrible crashes and mysterious race conditions".)
* gtk/gtk-types.c (pygtk_style_helper_dealloc,
pygtk_style_helper_setitem, pygtk_tree_model_row_dealloc,
pygtk_tree_model_row_iter_dealloc): See above.
Diffstat (limited to 'pygtk.py')
0 files changed, 0 insertions, 0 deletions