fix a line in PyMethodBase.cxx which make it fail to build#12308
fix a line in PyMethodBase.cxx which make it fail to build#12308vepadulano merged 1 commit intoroot-project:masterfrom
Conversation
|
Can one of the admins verify this patch? |
|
@phsft-bot build |
|
Starting build on |
|
Good catch @ACA4DFA4 ! I wonder why we don't see the build failure in our CI. Can you tell us your configuration and how you got the error during the build ? |
|
I think the code before is valid C++, since you can convert |
|
But the code before was doing "Key "+key+" does not exist in the dictionary."Which is |
lmoneta
left a comment
There was a problem hiding this comment.
This is correct @vepadulano. The code before compiles because we are building only with Python3 and it is compiled only in Python2 builds.
In the CI we don't have anymore Python2 only builds.
|
Ok I understand. I would wait for @ACA4DFA4 to tell us more about their configuration, including why do they need to build with Python2. |
|
Build failed on windows10/cxx14. Failing tests: |
Yesterday I just found that root-v6.28/00 was released on the Releases page, then downloaded the tarball and built it with I don't know why |
|
@ACA4DFA4 the Python executable chosen should be whatever |
fixed a bug in tmva/pymva/src/PyMethodBase.cxx