python-Twisted
An extensible framework for Python programming, with special focus
on event-based network programming and multiprotocol integration.
- Developed at devel:languages:python
- Sources inherited from project openSUSE:Factory
-
9
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Factory:LegacyX86/python-Twisted && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
1521_delegate_parseqs_stdlib_bpo42967.patch | 0000002259 2.21 KB | |
_multibuild | 0000000053 53 Bytes | |
no-cython_test_exception_raiser.patch | 0000000535 535 Bytes | |
no-test_successResultOfWithFailureHasTraceback.pat |
0000001012 1012 Bytes | |
python-Twisted.changes | 0000083308 81.4 KB | |
python-Twisted.rpmlintrc | 0000000094 94 Bytes | |
python-Twisted.spec | 0000010778 10.5 KB | |
remove-dependency-version-upper-bounds.patch | 0000000355 355 Bytes | |
skip_MultiCast.patch | 0000000949 949 Bytes | |
twisted-24.10.0.tar.gz | 0003525999 3.36 MB |
Latest Revision
Dominique Leuenberger (dimstar_suse)
accepted
request 1219215
from
Dirk Mueller (dirkmueller)
(revision 72)
- update to 24.10.0: * Python 3.13 is now supported. * twisted.internet.defer.succeed() is significantly faster, and awaiting Deferred has also been sped up. * twisted.python.failure.Failure creation no longer records the place where it was created. This reduces creation time by 60% at least, thereby speeding up Deferred error handling. * twisted.internet.defer.Deferred no longer removes the traceback object from Failures. This may result in more objects staying in memory if you don't clean up failed Deferreds, but it speeds up error handling and enables improvements to traceback reporting. * twisted.internet.defer APIs are 2%-4% faster in many cases. * twisted.internet.defer.Deferred runs callbacks with chained Deferreds a little faster. * The reactor now will use a little less CPU when events have been scheduled with callLater(). * Creation of twisted.python.failure.Failure is now faster. * Fixed unreleased regression caused by PR 12109. * twisted.logger.eventAsText can now format the output having types/classes as input. This was a regression introduced in Twisted 24.3.0. * twisted.internet.endpoints.clientFromString for TLS endpoints with "bindAddress=" no longer crashes during connect. twisted.internet.endpoints.HostnameEndpoint() no longer crashes when given a bindAddress= argument that is just a string, and that argument now accepts either address strings or (address, port) tuples. * The URLs from README and pyproject.toml were updated. * #11236, #12060, #12062, #12099, #12219, #12290, #12296,
Comments 0