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

[python] add pipeline.start(cfg, cb), handle gil properly everywhere #3739

Merged
merged 1 commit into from
Apr 21, 2019

Conversation

lramati
Copy link
Contributor

@lramati lramati commented Apr 11, 2019

Releasing the GIL on stop/close will help prevent deadlocks with callbacks written in python.
Releasing it on wait_for_frames/try_wait_for_frames will help responsiveness in multithreaded situations
Tracked on: DSO-12493

@ev-mp ev-mp merged commit 5775cba into IntelRealSense:development Apr 21, 2019
@lramati lramati deleted the pypipe branch June 16, 2019 13:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants