bpo-30626: Fix error handling in PyImport_Import(). (#2103)
In rare circumstances PyImport_Import() could return NULL without raising an error.
Showing
Please register or sign in to comment
In rare circumstances PyImport_Import() could return NULL without raising an error.