Skip to content
Snippets Groups Projects
Commit c302f842 authored by Max Smolens's avatar Max Smolens Committed by Matthew Woehlke
Browse files

Fix refcount problems seen when re-initializing Python after finalizing

A sequence of calls like the following would crash in Python when reinitializing
the interpreter the second time:

    PythonQt::init(0);
    ...
    Py_Finalize();

    PythonQt::init(0);
    ...
    Py_Finalize();
parent c2d17cee
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment