Work around performance decrease introduced in Zope 2.12.23 .
Vincent Pelletier authored
Otherwise, we use superclass' __contains__ implementation, which uses
objectIds, which is inefficient in HBTreeFolder2 to lookup a single key.
fdf4fa44