You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
We added
tiledb.scope_ctx
and changedtiledb.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
ordefault_ctx
are used with IPykernel < 6: #665This issue serves as a placeholder which will be linked from the warning in order to provide background explanation and any updates if needed.
ch7578
The text was updated successfully, but these errors were encountered: