This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients vstinner
Date 2019-04-17.10:20:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1555496463.68.0.657869930131.issue36635@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2019-04-17 10:21:03vstinnersetrecipients: + vstinner
2019-04-17 10:21:03vstinnersetmessageid: <1555496463.68.0.657869930131.issue36635@roundup.psfhosted.org>
2019-04-17 10:21:03vstinnerlinkissue36635 messages
2019-04-17 10:21:03vstinnercreate