You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the case when we need a TStreamerInfo for a pair and:
* There is no dictionary for that pair
* There is not yet a TClass created for that pair
* There is interpreter information about that pair
Then the interpreter information takes precedence over the one
`TStreamerInfo::GenerateInfoForPair` is generating and thus the
one being generated need to be deleted.
This fixes#18343
0 commit comments