STINNER Victor <vstin...@redhat.com> added the comment:

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.

----------
Added file: https://bugs.python.org/file48270/exports.txt

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue36635>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to