Comment 1 for bug 1259476

Revision history for this message
Cris Dywan (kalikiana) wrote :

The problem is right there hidden in plain sight: the string can't be directly compared because that is racy. Instead Equally needs to be used as we do elsewhere. The reason it could work at all is probably python interpreter overhead.