-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[PyROOT] Drop support for
from ROOT import *
Wild card imports like `from ROOT import *` stopped working with Python 3.11 given some changes in the CPython API. For that reason, upstream `cppyy` also dropped support for lazy lookups, which was the feature that enabled wildcard imports: wlav/CPyCppyy@64fd890#diff-6160c0eb004dabeedaeb58d804a7ecd3e563d9379e9e7af39623fd38d0bc6a37R352 This commit suggests to document `from ROOT import *` officially as unsupported and remove the corresponding code path in the ROOT facade. Closes #7669.
- Loading branch information
1 parent
591f72e
commit dfdbceb
Showing
2 changed files
with
2 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters