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
fix a crash when adding a pass with an incorrect keyword argument
The assert:
assert(obj->wr_prev);
within gcc_python_wrapper_untrack() could fail when cleaning up a
partially-constructed object that never made it onto the list.
Bulletproof the function against such __init__ failures.
0 commit comments