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

Steve Dower report at bugs.python.org
Thu Jun 13 12:23:15 EDT 2019


Steve Dower <steve.dower at python.org> added the comment:

Windows does not have fork, and so the fork functionality is not built into it (PyOS_AfterFork() is empty).

You will need to report this to mod_wsgi to be able to build without fork support.

----------
resolution:  -> third party
stage:  -> resolved
status: open -> closed

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


More information about the Python-bugs-list mailing list