forked from pool/python-trio
Accepting request 841063 from home:jayvdb:branches:devel:languages:python
- Remove hashbang and tests in runtime package - Disable test test_close_at_bad_time_for_send_all due to failure on PPC - Update to v0.17.0 OBS-URL: https://build.opensuse.org/request/show/841063 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-trio?expand=0&rev=16
This commit is contained in:
committed by
Git OBS Bridge
parent
1a203ad89b
commit
a8653f60b9
@@ -1,3 +1,29 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 11 15:36:02 UTC 2020 - John Vandenberg <jayvdb@gmail.com>
|
||||
|
||||
- Remove hashbang and tests in runtime package
|
||||
- Disable test test_close_at_bad_time_for_send_all due to failure on PPC
|
||||
- Update to v0.17.0
|
||||
* trio.open_tcp_stream has a new local_address= keyword argument
|
||||
that can be used on machines with multiple IP addresses to
|
||||
control which IP is used for the outgoing connection
|
||||
* If you pass a raw IP address into sendto, it no longer spends
|
||||
any time trying to resolve the hostname. If you're using UDP,
|
||||
this should substantially reduce your per-packet overhead
|
||||
* trio.lowlevel.checkpoint is now much faster
|
||||
* new, lower-overhead data structure to track upcoming timeouts,
|
||||
which should make your programs faster
|
||||
* Trio can now be imported when sys.excepthook is a functools.partial
|
||||
instance, which might occur in a pytest-qt test function
|
||||
* The thread cache didn't release its reference to the previous job
|
||||
* Remove wait_socket_*, notify_socket_closing, notify_fd_closing,
|
||||
run_sync_in_worker_thread and current_default_worker_thread_limiter
|
||||
* When using "instruments", you now only "pay for what you use":
|
||||
if there are no instruments installed that override a particular
|
||||
hook such as `abc.Instrument.before_task_step`, then Trio doesn't
|
||||
waste any effort on checking its instruments when the event
|
||||
corresponding to that hook occurs.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 23 12:46:45 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
|
||||
|
||||
|
Reference in New Issue
Block a user