Work around performance decrease introduced in Zope 2.12.23.
Otherwise, we use superclass' __contains__ implementation, which uses objectIds, which is inefficient in HBTreeFolder2 to lookup a single key. This commit reverts fdf4fa44 that does not work in reality.
Showing
Please register or sign in to comment