dvdotsenko / nose_gevent_multiprocess

Gevent-supporting multiprocess plugin for Nose testing framework
GNU Lesser General Public License v2.1
13 stars 8 forks source link

Explicitly case serialized classes to bytestrings before loading them. #3

Closed dvdotsenko closed 10 years ago

dvdotsenko commented 10 years ago

Otherwise was blowing up on unicode padding bytes on pickle.loads calls in some scenarios.