From d94dac091f6a6878f10cfc8fa1ef059dd6bfe964 Mon Sep 17 00:00:00 2001 From: Max Romanov Date: Mon, 14 Sep 2020 13:27:02 +0300 Subject: Python: split module initialization from WSGI implementation. This is required for futher ASGI implementation. --- auto/modules/python | 1 + 1 file changed, 1 insertion(+) (limited to 'auto/modules/python') diff --git a/auto/modules/python b/auto/modules/python index 0e80d93f..afb1b586 100644 --- a/auto/modules/python +++ b/auto/modules/python @@ -167,6 +167,7 @@ $echo " + Python module: ${NXT_PYTHON_MODULE}.unit.so" $echo >> $NXT_MAKEFILE NXT_PYTHON_MODULE_SRCS=" \ + src/python/nxt_python.c \ src/python/nxt_python_wsgi.c \ " -- cgit