What's Changed
- mitogen: Consolidate pickle imports and polyfills by @moreati in #1442
- mitogen: Apply default deny policy to Unpickler GLOBAL opcodes by @moreati in #1443
- mitogen: Bypass pickle.Pickler for top-level bytes objects on Python 3.x by @moreati in #1444
- mitogen: Allow mutiple pickle streams in a single Message by @moreati in #1446
- mitogen: Speed up resources, use 2 pickle streams in LOAD_RESOURCE messages by @moreati in #1447
- mitogen: Default to find_deny() in Message.unpickle_iter() by @moreati in #1448
Full Changelog: v0.3.40...v0.3.41