Hi,
I just took a look at this:
https://buildbot.twistedmatrix.com/builders/ubuntu16.04-pypy3/builds/27
running with:
Python 3.5.3 (3f6eaa010fce, Jan 11 2018, 04:44:35)
[PyPy 5.10.1 with GCC 6.2.0 20160901]
Ran 12268 tests in 455.535s
PASSED (skips=2240, successes=10028)
Is that a fluke, or have we made good progress with pypy?
--
Craig
Hi,
Can someone check this builder:
https://buildbot.twistedmatrix.com/builders/osx10.10-py2.7
It is failing randomly in weird ways during builds. For example,
in some cases it fails to install tox. In other cases, the tests terminate
in
some random spot.
This builder is marked as "Required", so it is a bit annoying.
--
Craig
Hi all,
I thought it would be a good time to raise the topic of twisted.news and
its future in Twisted.
Currently, t.news has below-Twisted standards of code coverage,
implementation (with one huuuuge ad-hoc state machine), comments, tests,
etc. It's also not had any changes to the bulk of its code for 14 years,
apart from what appears to be code removal 6 years ago and a handful of
"twisted-wide" mechanical syntax changes. It's also unlikely to ever be
ported to Python 3 unless someone were to improve the former issues
(since the port would require 100%-as-possible code coverage).
I propose deprecating twisted.news on the condition that it doesn't have
a maintainer, and un-deprecating it if a user of the code steps up to
maintain it and brings it into line (vs one of the current development
team taking on work keeping an ancient protocol on life support). If
nobody steps up, then we remove it at the end of the deprecation period
and encourage any remaining users to either pin to old Twisteds or
simply vendor the code in their own codebase.
The ticket I have created for this is at
https://twistedmatrix.com/trac/ticket/9405 .
- Amber
Hi everyone!
Time for another Twisted release. My, it has been a while! In this
delightfully devilish release there is:
- The dropping of Python 3.3 support.
- Python 3 fixes (notably to trial -j, asyncioreactor, conch, and mail)
- Python 3 TCP speed improvements (less copying when sending data)
- Better TLS curve selection support for both old and new OpenSSLs
- IPv6 fixes for WSGIResource
- 60+ closed tickets with many fixed bugs!
Please see the NEWS.rst file and download the tarball at
https://twistedmatrix.com/Releases/rc/18.4.0rc/ , or run `pip install
twisted==18.4.0rc1`.
Unless issues are found, the release will be in a week or so.
- Amber