Message340387
I listed DLL exports in the Visual Studio Command Prompt:
dumpbin /exports \vstinner\python\master\PCbuild\amd64\python38_d.dll > \vstinner\python\exports.txt
To make sure that I don't mess with commands, I started with a fresh Git checkout using:
git clean -fdx
PCbuild\build.bat -d -p x64 -e
Good news: using PR 12853, exports.txt is exactly the same file (I expected memory address to change, but nope, they are the same). My change doesn't introduce any new symbol. See attached exports.txt file. By the way, there is no symbol which contains "PyInit" nor "Py_pickle_init" in DLL exports. |
|
Date |
User |
Action |
Args |
2019-04-17 10:21:03 | vstinner | set | recipients:
+ vstinner |
2019-04-17 10:21:03 | vstinner | set | messageid: <1555496463.68.0.657869930131.issue36635@roundup.psfhosted.org> |
2019-04-17 10:21:03 | vstinner | link | issue36635 messages |
2019-04-17 10:21:03 | vstinner | create | |
|