Fixed bug where ttw code that called:
del transientobject['key'] Would fail with a slice error (due to the security machinery). Assigning __garded_delitem__ to __delitem__ solves this problem.
Showing
Please register or sign in to comment