Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Addconcurrent.interpreters stubs for 3.14.0b3#14307

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Draft
brianschubert wants to merge3 commits intopython:main
base:main
Choose a base branch
Loading
frombrianschubert:gh-14303-stdlib-3-14-0b3-concurrent-interpreters

Conversation

brianschubert
Copy link
Member

@brianschubertbrianschubert commentedJun 19, 2025
edited
Loading

Refs#14303

Upstream issue:python/cpython#134939

_R = TypeVar("_R")
_P = ParamSpec("_P")

class ExecutionFailed(InterpreterError):
Copy link
MemberAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Not sure what to make of the pyright errors here and in_queues.pyi. It seems to be having issues with imports from_interpreters and_interpqueues?

/home/runner/work/typeshed/typeshed/stdlib/concurrent/interpreters/__init__.pyi  /home/runner/work/typeshed/typeshed/stdlib/concurrent/interpreters/__init__.pyi:37:23 - error: Base class type is unknown, obscuring type of derived class (reportUntypedBaseClass)/home/runner/work/typeshed/typeshed/stdlib/concurrent/interpreters/_queues.pyi  /home/runner/work/typeshed/typeshed/stdlib/concurrent/interpreters/_queues.pyi:24:18 - error: Base class type is unknown, obscuring type of derived class (reportUntypedBaseClass)  /home/runner/work/typeshed/typeshed/stdlib/concurrent/interpreters/_queues.pyi:25:17 - error: Base class type is unknown, obscuring type of derived class (reportUntypedBaseClass)  /home/runner/work/typeshed/typeshed/stdlib/concurrent/interpreters/_queues.pyi:26:32 - error: Base class type is unknown, obscuring type of derived class (reportUntypedBaseClass)4 errors, 0 warnings, 0 informations

@github-actionsGitHub Actions

This comment has been minimized.

@github-actionsGitHub Actions

This comment has been minimized.

@srittausrittau marked this pull request as draftJuly 7, 2025 11:38
@srittau
Copy link
Collaborator

I've marked this as a draft for now. As I understand it, this isn't ready to be merged. (Also, it has test errors.)

brianschubert reacted with thumbs up emoji

@github-actionsGitHub Actions
Copy link
Contributor

According tomypy_primer, this change has no effect on the checked open source code. 🤖🎉

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@JelleZijlstraJelleZijlstraJelleZijlstra left review comments

Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

3 participants
@brianschubert@srittau@JelleZijlstra

[8]ページ先頭

©2009-2025 Movatter.jp