Shiyao Ma writes:
> what's the location of the function that reads the .pyc file ?
>
> I bet it should lie in somewhere in
> https://hg.python.org/cpython/file/322ee2f2e922/Lib/importlib
>
> But what's the actual location?
Maybe, you look at the "importlib" source?
Note: the function you search
Hi.
what's the location of the function that reads the .pyc file ?
I bet it should lie in somewhere in
https://hg.python.org/cpython/file/322ee2f2e922/Lib/importlib
But what's the actual location?
Btw, why I need it?
I want to know the structure of a .pyc file. Of course the function
that read