STINNER Victor <vstin...@python.org> added the comment:

> The Python wrappers EVPobject, EVPXOFobject and HMACobject are **not** safe 
> to be transfered across subinterpreters.

No Python object must be shared between two interpreter and no object should be 
transfered form one interpreter to another. That's not specific to _hashlib, 
but a general guidelines for subinterpreters ;-)

Converting _hashlib should allow to have one _hashlib module instance per 
interpreter ;-) (Rather than sharing the same instance between all 
interpereters which caused so many issues!)

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue40671>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to