Fix pluggy readme link and typo
parent
4f222a5f9c
commit
5d827f78e2
|
@ -8,6 +8,6 @@ higher priority. Previously, it was possible that task cancel requests
|
||||||
could actually also themselves be cancelled if a "actor-runtime" cancel
|
could actually also themselves be cancelled if a "actor-runtime" cancel
|
||||||
request was received (can happen during messy multi actor crashes that
|
request was received (can happen during messy multi actor crashes that
|
||||||
propagate). Instead cancels now block the msg loop until serviced and
|
propagate). Instead cancels now block the msg loop until serviced and
|
||||||
a response is relayed back to the requester. This alsoa allowed for
|
a response is relayed back to the requester. This also allows for
|
||||||
improved debugger support since we have determinism guarantees about
|
improved debugger support since we have determinism guarantees about
|
||||||
which processes must wait before hard killing their children.
|
which processes must wait before hard killing their children.
|
||||||
|
|
|
@ -4,5 +4,5 @@ now and use the default `fragment set`_.
|
||||||
|
|
||||||
|
|
||||||
.. _towncrier docs: https://github.com/twisted/towncrier#quick-start
|
.. _towncrier docs: https://github.com/twisted/towncrier#quick-start
|
||||||
.. _pluggy release readme: https://github.com/twisted/towncrier#quick-start
|
.. _pluggy release readme: https://github.com/pytest-dev/pluggy/blob/main/changelog/README.rst
|
||||||
.. _fragment set: https://github.com/twisted/towncrier#news-fragments
|
.. _fragment set: https://github.com/twisted/towncrier#news-fragments
|
||||||
|
|
Loading…
Reference in New Issue