Opened at 2024-01-29T14:36:25Z
#4089 new defect
PyPy 7.3.15 and later break Twisted 23.10 and earlier
Reported by: | itamarst | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | undecided |
Component: | unknown | Version: | n/a |
Keywords: | Cc: | ||
Launchpad Bug: |
Description
This will be fixed in next Twisted release: https://github.com/twisted/twisted/issues/12084
Options:
- For PyPy? 7.3.15 and later, set Twisted 24.x as minimal supported version (see https://peps.python.org/pep-0508/ for syntax).
- Monkeypatch older versions of Twisted with the fix, it's a couple of lines of code.
Note: See
TracTickets for help on using
tickets.