commit | 57057a6624e1b12beb61eb2f817f9de95bb7d47a | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Thu Aug 28 12:30:00 2014 -0400 |
committer | Benjamin Peterson <benjamin@python.org> | Thu Aug 28 12:30:00 2014 -0400 |
tree | 2029c7946952e9f0eace8f7d730f5d265d0c1bf9 | |
parent | 0062d1e7f42b3036aa02701c723ff63d1d3d6028 [diff] [blame] |
PEP 466: backport persistent urandom fd (closes #21305) Patch from Alex Gaynor.
diff --git a/Python/pythonrun.c b/Python/pythonrun.c index 748a63b..05bb62b 100644 --- a/Python/pythonrun.c +++ b/Python/pythonrun.c
@@ -536,6 +536,7 @@ PyInt_Fini(); PyFloat_Fini(); PyDict_Fini(); + _PyRandom_Fini(); #ifdef Py_USING_UNICODE /* Cleanup Unicode implementation */