Skip to content

Commit

Permalink
from cppyy.interactive import * is dropped from CPython 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
wlav committed Jun 25, 2022
1 parent 69e8fa3 commit d3f85f8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions doc/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ master: 2.4.0
* Fix reuse of CPPOverload proxies in vector calls from different threads
* Use -march=native instead of checking the cpu for avx
* Workaround for handling exceptions from JITed code on ARM
* Drop ``from cppyy.interactive import *`` from CPython 3.11


2022-04-03: 2.3.1
Expand Down
4 changes: 4 additions & 0 deletions doc/source/misc.rst
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,10 @@ below can not be instantiated using a Python string, but the
`Reduced typing`
----------------

Note: ``from cppyy.interactive import *`` is no longer supported for CPython
3.11 and later because the ``dict`` object features it relies on have been
removed.

Typing ``cppyy.gbl`` all the time gets old rather quickly, but the dynamic
nature of ``cppyy`` makes something like ``from cppyy.gbl import *``
impossible.
Expand Down

0 comments on commit d3f85f8

Please sign in to comment.