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

Make start_console thread-safe and remove unnecessary locking for already thread-safe ops #5370

Merged
merged 2 commits into from
Apr 17, 2024

Conversation

jmao-denver
Copy link
Contributor

@jmao-denver jmao-denver commented Apr 16, 2024

Fixes #5365

Also removed unnecessary locking for already thread-safe ops
py/client/pydeephaven/session.py Outdated Show resolved Hide resolved
py/client/pydeephaven/session.py Outdated Show resolved Hide resolved
py/client/pydeephaven/_console_service.py Show resolved Hide resolved
@jmao-denver jmao-denver merged commit 6bac621 into deephaven:main Apr 17, 2024
15 checks passed
@jmao-denver jmao-denver deleted the 5465-thread-safety-pyclient branch April 17, 2024 00:45
@github-actions github-actions bot locked and limited conversation to collaborators Apr 17, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

pydeephaven's ConsoleService has a racy issue in the start_console() method
3 participants