Python 2.6 and 2.7 ABCs have a bug that causes memory leaks when
classes created on the fly are used with them. Unfortunately, UserList and thus PersistentList have ABCs. :( So changed an in-test-created class to a glbal to avoid a testing memory leak so as not to hide real memory leaks.
Showing
Please register or sign in to comment