johnbickmore / livecoding

A code reloading library for Python
https://code.google.com/archive/p/livecoding/
Other
0 stars 0 forks source link

Deleting Class Variables #5

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
If you have a class variable, and then you delete it, the following error
appears:

File "livecoding.py", line 368, in ProcessChangedFile
del oldObject[k]

TypeError: 'type' object does not support item deletion 

Original issue reported on code.google.com by aryov...@gmail.com on 21 Jul 2008 at 11:58

GoogleCodeExporter commented 8 years ago
Fixed in revision 46.

Original comment by richard.m.tew@gmail.com on 27 Jul 2008 at 4:57