File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1773,7 +1773,7 @@ def current_root_task(self) -> Task | None:
1773
1773
# Core task handling primitives
1774
1774
################
1775
1775
1776
- @_public # Type-ignore due to use of Any here.
1776
+ @_public
1777
1777
def reschedule (
1778
1778
self ,
1779
1779
task : Task ,
Original file line number Diff line number Diff line change @@ -540,7 +540,7 @@ def _identity(v: _T) -> _T:
540
540
"https://github.com/python-trio/trio/pull/3110#discussion_r1802123644"
541
541
),
542
542
)
543
- async def test_ki_does_not_leak_accross_different_calls_to_inner_functions () -> None :
543
+ async def test_ki_does_not_leak_across_different_calls_to_inner_functions () -> None :
544
544
assert not _core .currently_ki_protected ()
545
545
546
546
def factory (enabled : bool ) -> Callable [[], bool ]:
You can’t perform that action at this time.
0 commit comments