Message345919
> api = ctypes.pythonapi
> api2 = ctypes.PyDLL("", handle=sys.dllhandle)
Those should be the same. In Windows, pythonapi is defined as PyDLL("python dll", None, sys.dllhandle).
Wouldn't it be better to add a function to _testcapi that checks GetProcAddress(PyWin_DLLhModule, name)? |
|
Date |
User |
Action |
Args |
2019-06-17 21:51:30 | eryksun | set | recipients:
+ eryksun, paul.moore, vstinner, tim.golden, pyscripter, benjamin.peterson, cgohlke, zach.ware, steve.dower |
2019-06-17 21:51:30 | eryksun | set | messageid: <1560808290.38.0.501633872532.issue37189@roundup.psfhosted.org> |
2019-06-17 21:51:30 | eryksun | link | issue37189 messages |
2019-06-17 21:51:30 | eryksun | create | |
|