Print message when we load a PYC resource, if verbose import flag is on.
This commit is contained in:
parent
1cd4d52f2f
commit
fa68b07526
@ -830,6 +830,9 @@ char *filename;
|
||||
} else {
|
||||
m = NULL;
|
||||
}
|
||||
if (Py_VerboseFlag)
|
||||
fprintf(stderr, "import %s # pyc resource from %s\n",
|
||||
module, filename);
|
||||
return m;
|
||||
error:
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user