Uh oh!
There was an error while loading. Please reload this page.
bpo-1635741: Enhance get_binascii_state() - #19100
Conversation
Looks like _Pickle_GetState needs same change on sperate PR.. Line 183 in dffe4c0 |
shihai1991
commented
Mar 25, 2020
I create this sperate change due to binascii extension module have been ported to |
shihai1991
commented
Mar 26, 2020
cc @vstinner Hi, victor. It's a enhancement operation of binascii's |
vstinner
commented
Mar 26, 2020
I don't think that this change is worth it. In practice, I don't see why the state would be NULL. If it's the case, the code should crash anyway :-) Existing code which checks that the state is not NULL with an assertion is fine. But I don't think that this change is worth it. |
shihai1991
commented
Mar 26, 2020
got it, thanks, victor :) |
https://bugs.python.org/issue1635741