[New-bugs-announce] [issue37264] Python 3.7.3 win 64bit - unresolved external symbol PyOS_AfterFork_Child

Massimo Fidanza report at bugs.python.org
Thu Jun 13 04:21:40 EDT 2019


New submission from Massimo Fidanza <malix0 at gmail.com>:

I need to build mod_wsgi under Windows 10 64bit, but I get a linking error
    mod_wsgi.obj : error LNK2001: unresolved external symbol PyOS_AfterFork_Child
    build\lib.win-amd64-3.7\mod_wsgi\server\mod_wsgi.cp37-win_amd64.pyd : fatal error LNK1120: 1 unresolved externals
    error: command 'C:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\BIN\\x86_amd64\\link.exe' failed with exit status 1120

I checked my installation and found that inside include\intrcheck.h, PyOS_AfterFork_Child is declared, but if I run dumpbin /exports on libs\* (libpython37.a, python3.lib and python37.lib) there is only PyOS_AfterFork exported, and not PyOS_AfterFork_Child, PyOS_AfterFork_Parent and PyOS_BeforeFork. I have installed Python3.7.3 using "Windows x86-64 executable installer" (python-3.7.3-amd64.exe) downloaded from python.org

----------
components: Library (Lib)
messages: 345474
nosy: Massimo Fidanza
priority: normal
severity: normal
status: open
title: Python 3.7.3 win 64bit - unresolved external symbol PyOS_AfterFork_Child
type: compile error
versions: Python 3.7

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue37264>
_______________________________________


More information about the New-bugs-announce mailing list