Skip to content

The Py_Initialize and Py_Finalize should be called from the same thread. - #211

Merged
markaren merged 2 commits into
NTNU-IHB:masterfrom
zefir-o:useDedicatedThreadForInitDeinit
Aug 6, 2024
Merged

The Py_Initialize and Py_Finalize should be called from the same thread.#211
markaren merged 2 commits into
NTNU-IHB:masterfrom
zefir-o:useDedicatedThreadForInitDeinit

Conversation

@zefir-o

Copy link
Copy Markdown
Contributor

Ensure it by creating a dedicated thread for this.

Ensure it by creating a dedicated thread for this.
@zefir-o

Copy link
Copy Markdown
ContributorAuthor

@jschueller@jrbull@markaren@fcollonval please review the PR

@zefir-o

Copy link
Copy Markdown
ContributorAuthor

@jschueller Thank you for reviewing the change. Please, run the workflow otherwise the PR can't be submitted.

@jschueller

Copy link
Copy Markdown
Contributor

only @markaren can do so

@zefir-o

Copy link
Copy Markdown
ContributorAuthor

@markaren please re-run the workflow, I removed unnecessary include, which should fix the build on Linux.

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@zefir-o@jschueller@markaren