STINNER Victor added the comment:

> Probably same issue as in Django, but in other Python module.

Do you understand that bug very likely comes from your code?

Please review the code of the Crypto module (especially 
number._fastmath.getStrongPrime) to ensure that it doesn't return a result with 
an exception set.

If a function raises an exception, it must returns NULL.

----------

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

Reply via email to