[issue36635] Add _testinternalcapi module

STINNER Victor report at bugs.python.org
Wed Apr 17 06:21:03 EDT 2019


STINNER Victor <vstinner at 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 <report at bugs.python.org>
<https://bugs.python.org/issue36635>
_______________________________________


More information about the Python-bugs-list mailing list