Use __del__ as destructor - bad! #539

Open
opened 2013-10-31 12:43:15 +01:00 by 7histle · 1 comment
7histle commented 2013-10-31 12:43:15 +01:00 (Migrated from github.com)

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

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
PeterSurda commented 2016-04-28 15:11:23 +02:00 (Migrated from github.com)

I need to look at this more closely. singleton.py doesn't have del anymore, but cipher still does.

I need to look at this more closely. singleton.py doesn't have __del__ anymore, but cipher still does.
This repo is archived. You cannot comment on issues.
1 Participants
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Bitmessage/PyBitmessage-2025-02-16#539
No description provided.