Use __del__ as destructor - bad! #539
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hi and sorry for my bad English.
I am not python guru, but i think what use del as destructor is bad. ( cipher.py, singleton.py)
For some details: http://stackoverflow.com/a/1481512/363249
I need to look at this more closely. singleton.py doesn't have del anymore, but cipher still does.