Eryk Sun <eryk...@gmail.com> added the comment:

> This traceback doesn't make sense

Enable the installer options for the debug binaries and symbol files. Ensure 
that this installs the *_d.[exe|dll] debug binaries and also the *.pdb symbol 
files for the release and debug builds. 

Run the debug build via python_d.exe to check whether it aborts from a failed 
assertion. If it still hangs, in Process Explorer open the dialog for Options 
-> Configure Symbols and add the installation directory of Python 3.7 to the 
beginning of the "Symbols path". At least now your stack traces should have 
proper symbols instead of only the names of exported functions, for what that's 
worth. It's a poor substitute for a [mini]dump file and a debugger.

----------
nosy: +eryksun

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

Reply via email to