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

Notice: Bug in default_ctx / scope_ctx with IPykernel < 6 #667

Open
ihnorton opened this issue Sep 13, 2021 · 0 comments
Open

Notice: Bug in default_ctx / scope_ctx with IPykernel < 6 #667

ihnorton opened this issue Sep 13, 2021 · 0 comments

Comments

@ihnorton
Copy link
Member

ihnorton commented Sep 13, 2021

We added tiledb.scope_ctx and changed tiledb.default_ctx implementation to use ContextVar (#563). However, there are bugs in the ContextVar support in IPykernel before version 6: https://github.com/ipython/ipykernel/issues/494.

Therefore, we now print a warning when scope_ctx or default_ctx are used with IPykernel < 6: #665

This issue serves as a placeholder which will be linked from the warning in order to provide background explanation and any updates if needed.


ch7578

@ihnorton ihnorton changed the title Bug in default_ctx / scope_ctx with IPykernel < 6 Notice: Bug in default_ctx / scope_ctx with IPykernel < 6 Feb 2, 2022
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

No branches or pull requests

1 participant