New submission from Massimo Fidanza <mal...@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 <rep...@bugs.python.org>
<https://bugs.python.org/issue37264>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to