Changes between Version 1 and Version 2 of Ticket #37156, comment 2


Ignore:
Timestamp:
Jun 11, 2026, 3:10:42 AM (3 weeks ago)
Author:
Carlton Gibson

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #37156, comment 2

    v1 v2  
    1111> ... core devs don't like ...
    1212
    13 This phrasing isn't helpful. (TBH it verges on a prompting a CoC report, since it's frequent.) The original design decisions were to support both sync and async views (and so code) under both WSGI and ASGI, and (given that) duplicating the entire code tree with pure async versions is not a sustainable strategy. Nothing has changed there. It's not about "want to" or "not liking".
     13This phrasing isn't helpful. (TBH it verges on prompting a CoC report, since it's frequent.) The original design decisions were to support both sync and async views (and so code) under both WSGI and ASGI, and (given that) duplicating the entire code tree with pure async versions is not a sustainable strategy. Nothing has changed there. It's not about "want to" or "not liking".
Back to Top