This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author MeneMeneTekel
Recipients MeneMeneTekel, asvetlov, yselivanov
Date 2021-01-23.10:40:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1611398430.41.0.0624041377425.issue43007@roundup.psfhosted.org>
In-reply-to
Content
This problem is marked as solved in issue38563, BUT the solution refers to some signal issues being solved - I'm using Python 3.8.7 on windows 10, where a signal solution may not work. I.e. my django (vers. 3.1.5) website crashes every second call with the message:

  File "C:\Winpython\WPy64-3870\python-3.8.7.amd64\lib\asyncio\proactor_events.py", line 632, in __init__
    signal.set_wakeup_fd(self._csock.fileno())
ValueError: set_wakeup_fd only works in main thread
History
Date User Action Args
2021-01-23 10:40:30MeneMeneTekelsetrecipients: + MeneMeneTekel, asvetlov, yselivanov
2021-01-23 10:40:30MeneMeneTekelsetmessageid: <1611398430.41.0.0624041377425.issue43007@roundup.psfhosted.org>
2021-01-23 10:40:30MeneMeneTekellinkissue43007 messages
2021-01-23 10:40:29MeneMeneTekelcreate