File tree Expand file tree Collapse file tree
cuda_core/docs/source/release Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -362,9 +362,7 @@ Fixes and enhancements
362362 ``DeviceMemoryResource `` would produce no suggestions due to a CPython
363363 limitation interacting with Cython properties). When ``cuda.core `` is
364364 imported in an interactive session it now applies a small patch to the
365- standard library REPL completer so tab completion works as expected. The
366- patch is only installed in interactive sessions and does not affect
367- scripts, ``python -c `` invocations, or test runs. If you would rather not
368- have ``cuda.core `` modify the REPL completer, set
365+ standard library REPL completer so tab completion works as expected.
366+ If you would rather not have ``cuda.core `` modify the REPL completer, set
369367 ``CUDA_CORE_DONT_FIX_TAB_COMPLETION=1 `` to opt out.
370368 (`#2053 <https://github.com/NVIDIA/cuda-python/issues/2053 >`__)
You can’t perform that action at this time.
0 commit comments