arnozeng

Results 1 issues of arnozeng

为了指定文件在回调函数里面处理加解密操作,在_io_FileIO___init___imp函数里增加了回调函数 , ![image](https://user-images.githubusercontent.com/64408767/152672358-ff3f0431-3783-444c-94d1-7b4be892be96.png) ModuleCallBack 的定义如下 ![image](https://user-images.githubusercontent.com/64408767/152672378-74d00fb4-53b3-4a8d-9d4f-dc7a92ca8d7f.png) 但是回调函数ModuleCallBack的值是空的, 没有被赋值。 实际程序main里面已经赋值了。 ![image](https://user-images.githubusercontent.com/64408767/152672443-071b9860-e2a1-4e62-aeca-b63d495e4cac.png) ![image](https://user-images.githubusercontent.com/64408767/152682307-97eeb44e-9a7d-40e4-9791-d2954c226ab3.png) setModuleCallBack是主程序定义的函数体 请问这个cpython如更改,增加一个回调函数,给在主程序里面处理加解密操作?