Opened 10 years ago

Closed 10 years ago

Last modified 10 years ago

#24160 closed Bug (fixed)

Fatal Python error: Failed to initialize Windows random API (CryptoGen)

Reported by: Collin Anderson Owned by: nobody
Component: Uncategorized Version: dev
Severity: Normal Keywords:
Cc: Triage Stage: Unreviewed
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description (last modified by Collin Anderson)

When running the test suite on Python 3 on Windows 7, I get a popup with an error message.

It appears to be this issue. http://bugs.python.org/issue20614

Change History (4)

comment:2 by Collin Anderson, 10 years ago

Description: modified (diff)

comment:3 by Tim Graham <timograham@…>, 10 years ago

Resolution: fixed
Status: newclosed

In 5338ff4808c822a8b00e90154b884b7be3011e60:

Fixed #24160 -- Fixed model_regress test on Windows; refs #24007.

comment:4 by Tim Graham <timograham@…>, 10 years ago

In cef3f805c21c029d017e6704565f9f2f5746a1e5:

[1.7.x] Fixed #24160 -- Fixed model_regress test on Windows; refs #24007.

Backport of 5338ff4808c822a8b00e90154b884b7be3011e60 from master

Note: See TracTickets for help on using tickets.
Back to Top