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
call_extra previously worked by saving the exiting hookimpls, call
self._add_hookimpl() with all the extras, doing the call then restoring
the old hookimpls.
This is mostly fine but prevents the fields from being made Final, and
probably has some reentrancy issues, so I think it's much better to
avoid such tricks.
0 commit comments