Fix test_new_ghost_w_persistent_class under PyPy3, failing due to a...
Fix test_new_ghost_w_persistent_class under PyPy3, failing due to a bytes/unicode issue. It seems the cPickleCache under Python 3 accepts unicode objects as the oid, but the pure-Python version doesn't.
Showing
Please register or sign in to comment