diff options
author | Charles-François Natali <cf.natali@gmail.com> | 2013-08-31 17:32:30 +0200 |
---|---|---|
committer | Charles-François Natali <cf.natali@gmail.com> | 2013-08-31 17:32:30 +0200 |
commit | 08548f4a750b6f378c58decdcaf2ac6778103fe1 (patch) | |
tree | 6347e7673c5c444c724888677f999374da717680 /Python/pythonrun.c | |
parent | 24aa041731d06d570bffa3028cc80cca35e10508 (diff) | |
parent | 2c68e300e54438d0c91ffa9cd5c78085d5596236 (diff) | |
download | cpython-git-08548f4a750b6f378c58decdcaf2ac6778103fe1.tar.gz |
Merge.
Diffstat (limited to 'Python/pythonrun.c')
-rw-r--r-- | Python/pythonrun.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Python/pythonrun.c b/Python/pythonrun.c index 375bf34c82..cbd62aa056 100644 --- a/Python/pythonrun.c +++ b/Python/pythonrun.c @@ -625,6 +625,7 @@ Py_Finalize(void) PyDict_Fini(); PySlice_Fini(); _PyGC_Fini(); + _PyRandom_Fini(); /* Cleanup Unicode implementation */ _PyUnicode_Fini(); |