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

[v634][PyROOT] Don't add gROOT and other globals manually to PyROOT via C++ #16916

Merged
merged 4 commits into from
Nov 13, 2024

Conversation

guitargeek and others added 4 commits November 13, 2024 10:34
This is not necessary if we consider that `gROOT` is actually a
preprocessor macro that aliases to `ROOT::GetROOT()`, which we can use
directly in Python via cppyy. Same with the `gInterpreter`.
The PyROOTWrapper is a small piece of code that is only used in
PyROOTModuce.cxx, so I don't think it needs its own translation unit.
Copy link

Test Results

    19 files      19 suites   4d 3h 13m 37s ⏱️
 2 665 tests  2 665 ✅ 0 💤 0 ❌
48 742 runs  48 742 ✅ 0 💤 0 ❌

Results for commit 3facc31.

@guitargeek guitargeek merged commit 96d56d3 into root-project:v6-34-00-patches Nov 13, 2024
21 of 23 checks passed
@guitargeek guitargeek deleted the bp_1 branch November 13, 2024 12:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants