Closed
Description
If monitoring variable is equal to NULL then we'll get segmentation fault in
line 843 since monitoring = code->_co_monitoring.
Otherwise, the if statement is incorrect.
If monitoring variable is equal to NULL then we'll get segmentation fault in
line 843 since monitoring = code->_co_monitoring.
Otherwise, the if statement is incorrect.