We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97a9eb2 commit 022bd3dCopy full SHA for 022bd3d
2 files changed
src/trio/_core/_run.py
@@ -1773,7 +1773,7 @@ def current_root_task(self) -> Task | None:
1773
# Core task handling primitives
1774
################
1775
1776
- @_public # Type-ignore due to use of Any here.
+ @_public
1777
def reschedule(
1778
self,
1779
task: Task,
src/trio/_core/_tests/test_ki.py
@@ -540,7 +540,7 @@ def _identity(v: _T) -> _T:
540
"https://github.com/python-trio/trio/pull/3110#discussion_r1802123644"
541
),
542
)
543
-async def test_ki_does_not_leak_accross_different_calls_to_inner_functions() -> None:
+async def test_ki_does_not_leak_across_different_calls_to_inner_functions() -> None:
544
assert not _core.currently_ki_protected()
545
546
def factory(enabled: bool) -> Callable[[], bool]:
0 commit comments