Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Lib/test/libregrtest/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ def setup_unraisable_hook() -> None:
sys.unraisablehook = regrtest_unraisable_hook


orig_threading_excepthook: Callable[..., None] | None = None
orig_threading_excepthook: Callable[..., object] | None = None


def regrtest_threading_excepthook(args) -> None:
Expand Down
2 changes: 1 addition & 1 deletion Tools/clinic/libclinic/clanguage.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from operator import attrgetter
from collections.abc import Iterable

import libclinic
import libclinic.cpp
from libclinic import (
unspecified, fail, Sentinels, VersionTuple)
from libclinic.codegen import CRenderData, TemplateDict, CodeGen
Expand Down
6 changes: 3 additions & 3 deletions Tools/requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Requirements file for external linters and checks we run on
# Tools/clinic, Tools/cases_generator/, and Tools/peg_generator/ in CI
mypy==1.17.1
mypy==1.19.1

# needed for peg_generator:
types-psutil==7.0.0.20250801
types-setuptools==80.9.0.20250801
types-psutil==7.2.2.20260130
types-setuptools==82.0.0.20260210
Loading