aboutsummaryrefslogtreecommitdiffstats
path: root/tests/signals/leaking_signal_test.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove releaseWrapper as Signal tp_deallocLauro Neto2010-10-261-0/+16
It was being called when the Signal was garbage collected, resulting in a segfault. Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Reviewer: Renato Filho <renato.filho@openbossa.org>