[issue44577] Probably defect in Python 3.7.11

2022-01-14 Thread Irit Katriel
Irit Katriel added the comment: Python 3,7 is no longer maintained. Please create a new issue if you see this on a current version (>= 3.9) and are able to provide more information. -- nosy: +iritkatriel resolution: -> rejected stage: -> resolved status: open -> closed

[issue44577] Probably defect in Python 3.7.11

2021-07-09 Thread Ned Deily
Ned Deily added the comment: That excerpt is not executable by itself. Without a reproducible test case and better traceback info, there is not enough information here to investigate further. -- nosy: +ned.deily ___ Python tracker

[issue44577] Probably defect in Python 3.7.11

2021-07-07 Thread Vladislav Kozlenko
Vladislav Kozlenko added the comment: It will be not easy as I'll need to create some sandbox for you. The current code version is not available for sharing. But ok. For example here is a routing.py file: from django.conf.urls import url from channels.routing import ProtocolTypeRouter,

[issue44577] Probably defect in Python 3.7.11

2021-07-07 Thread Eric V. Smith
Eric V. Smith added the comment: Can you provide a short code example that reproduces this, preferably without using any third party libraries? -- nosy: +eric.smith ___ Python tracker

[issue44577] Probably defect in Python 3.7.11

2021-07-07 Thread Vladislav Kozlenko
New submission from Vladislav Kozlenko : After upgrade to 3.7.11 from 3.7.10 WebSockets start failing. Django==2.1.2 djangorestframework==3.8.2 daphne==2.3.0 channels==2.3.1 >From the 3.7.11 changelog: Following the controlling specification for URLs defined by WHATWG urllib.parse() now