Set multiprocessing start method early (#2776)

This commit is contained in:
Adam Hopkins
2023-07-09 22:34:15 +03:00
committed by GitHub
parent 4a2b82e42e
commit 666371bb92
3 changed files with 35 additions and 6 deletions

View File

@@ -3,6 +3,7 @@ import logging
import pytest
import sanic
from sanic import Sanic
from sanic.config import Config
from sanic.errorpages import TextRenderer, exception_response, guess_mime