You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Similar to #1013. A __del__ method won't be respected and no warning is issued.
It's possible to work around a restriction on __new__ by using a wrapper function to call a class. But there is no corresponding workaround for __del__, at least not that I'm aware of. So this is a bigger problem than missing __new__.
The text was updated successfully, but these errors were encountered:
Similar to #1013. A
__del__
method won't be respected and no warning is issued.It's possible to work around a restriction on
__new__
by using a wrapper function to call a class. But there is no corresponding workaround for__del__
, at least not that I'm aware of. So this is a bigger problem than missing__new__
.The text was updated successfully, but these errors were encountered: