PySide Bugzilla Closed for New Bugs

PySide is now a Qt Add-on and uses the Qt Project's JIRA Bug Tracker instead of this Bugzilla instance. This Bugzilla is left for reference purposes.

Bug 272 - __del__ never called by python
: __del__ never called by python
Status: CLOSED FIXED
Product: PySide
Classification: Unclassified
Component: Shiboken
: HEAD
: All All
: P5 normal
Assigned To: Marcelo Lira
:
:
:
  Show dependency treegraph
 
Reported: 2010-07-29 18:02 EEST by Luciano Wolf
Modified: 2010-11-25 17:48 EET (History)
7 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Luciano Wolf 2010-07-29 18:02:02 EEST
The __del__ method never gets called by Python. The actual fix uses a forced
call to Py_TYPE(pyObj)->tp_del(pyObj). A more robust solution must be provided.
Comment 1 Hugo Parente Lima 2010-10-15 17:18:58 EEST
Fixed in commit:
shiboken/d874d137b5062735bbd0fa33b0824d476c0fc127
Comment 2 renato filho 2010-11-25 17:48:08 EET
released on 1.0.0~beta1