rkimball opened a new pull request #7480: URL: https://github.com/apache/tvm/pull/7480
Exceptions raised in destructors are ignored and a warning message is displayed. Catch exceptions raised and prevent them from propagating. Raising exceptions in the ObjectBase destructor was causing stack overflow in the unit test `tests/python/unittest/test_auto_scheduler_cost_model.py` if xgboost was not installed in both windows and linux. This PR eliminates the stack overflow in that case. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
