We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7aa818e commit 41262fcCopy full SHA for 41262fc
1 file changed
Modules/main.c
@@ -531,6 +531,7 @@ pymain_set_inspect(PyConfig *config, int inspect)
531
{
532
PyObject *value = PyLong_FromLong(inspect);
533
if (value == NULL || PyConfig_Set("inspect", value) < 0) {
534
+ fprintf(stderr, "Could not set the inspect flag\n");
535
PyErr_Print();
536
}
537
else {
0 commit comments