You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Minor
Remove dependence on all source_stream APIs except for read(). #103
Potentially Backwards Incompatible
Encryption streams no longer close the source_stream when they themselves close.
If you are using context managers for all of your stream handling,
this change will not affect you.
However, if you have been relying on the StreamDecryptor
or StreamEncryptor to close your source_stream for you,
you will now need to close those streams yourself.
StreamDecryptor.body_start and StreamDecryptor.body_end,
deprecated in a prior release,
have now been removed.