Problem using inspect
in frozen application
pyinstaller/pyinstaller#4718
Inspect can not retrieve the source code with e.g. inspect.getsource(datetime.date)
, even though the source files are included in datas:
datas=[
*collect_data_files("datetime", include_py_files=True),
],