Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release GIL for Table methods #1202

Merged
merged 1 commit into from
Sep 21, 2020
Merged

Release GIL for Table methods #1202

merged 1 commit into from
Sep 21, 2020

Conversation

texodus
Copy link
Member

@texodus texodus commented Sep 21, 2020

Releases the Python GIL during Table() calls, as well as table.update(), table.remove() and anything else which triggers the internal gnode._process() method for calculating conflated updates.

Additionally, test_async.py has been rewritten to test PerspectiveManager() on parallel threads, carefully preserving calling thread state.

@texodus texodus merged commit b6cf16b into master Sep 21, 2020
@texodus texodus deleted the no-gil-table branch September 21, 2020 08:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Feature requests or improvements Python
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant