You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 24, 2025. It is now read-only.
为了指定文件在回调函数里面处理加解密操作,在_io_FileIO___init___imp函数里增加了回调函数 ,




ModuleCallBack 的定义如下
但是回调函数ModuleCallBack的值是空的, 没有被赋值。 实际程序main里面已经赋值了。
setModuleCallBack是主程序定义的函数体
请问这个cpython如更改,增加一个回调函数,给在主程序里面处理加解密操作?