Skip to content

[3.13] gh-109413: Add more type hints to libregrtest (GH-126352) - #126388

Merged
sobolevn merged 3 commits into
python:3.13from
miss-islington:backport-bfc1d25-3.13
Jan 8, 2025
Merged

[3.13] gh-109413: Add more type hints to libregrtest (GH-126352)#126388
sobolevn merged 3 commits into
python:3.13from
miss-islington:backport-bfc1d25-3.13

Conversation

@miss-islington

@miss-islingtonmiss-islington commented Nov 4, 2024

Copy link
Copy Markdown
Contributor

(cherry picked from commit bfc1d25)
Co-authored-by: sobolevn <mail@sobolevn.me>
@Yhg1s

Yhg1s commented Dec 2, 2024

Copy link
Copy Markdown
Member

This backport seems to have some test failures and merge conflicts that need looking at.

@sobolevn

Copy link
Copy Markdown
Member

Fixing! Thanks for the ping.

@vstinner

Copy link
Copy Markdown
Member

@sobolevn: There are conflicts again, and many CI tests are failing.

 File "/home/runner/work/cpython/cpython-ro-srcdir/Lib/test/libregrtest/runtests.py", line 109, in RunTests
def create_worker_runtests(self, **override) -> WorkerRunTests:
^^^^^^^^^^^^^^
NameError: name 'WorkerRunTests' is not defined

@sobolevn

Copy link
Copy Markdown
Member

Done, should be fixed now. Sorry for the long delay.

@sobolevn
sobolevn merged commit 32012ed into python:3.13Jan 8, 2025
@miss-islington
miss-islington deleted the backport-bfc1d25-3.13 branch January 2, 2026 18:39
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@miss-islington@Yhg1s@sobolevn@vstinner