Skip to content
Snippets Groups Projects
Commit fa805423 authored by Jesse Mapel's avatar Jesse Mapel Committed by Jesse Mapel
Browse files

Removed py finalize call

parent 93fc8dc0
No related branches found
No related tags found
No related merge requests found
......@@ -343,7 +343,6 @@ namespace ale {
// Initialize the Python interpreter but only once.
first_run = !first_run;
Py_Initialize();
atexit(Py_Finalize);
}
// Import the file as a Python module.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment