Skip to content

gh-155126: Implement PEP 828 - #155127

Open
ZeroIntensity wants to merge 10 commits into
python:mainfrom
ZeroIntensity:pep-828/implementation
Open

gh-155126: Implement PEP 828#155127
ZeroIntensity wants to merge 10 commits into
python:mainfrom
ZeroIntensity:pep-828/implementation

Conversation

@ZeroIntensity

@ZeroIntensity ZeroIntensity commented Aug 3, 2026

Copy link
Copy Markdown
Member

ZeroIntensity and others added 3 commits August 3, 2026 12:11
Co-authored-by: Bartosz Sławecki <bartosz@ilikepython.com>
@read-the-docs-community

read-the-docs-community Bot commented Aug 3, 2026

Copy link
Copy Markdown

Documentation build overview

📚 cpython-previews | 🛠️ Build #34302302 | 📁 Comparing a699187 against main (1617cbe)

  🔍 Preview build  

83 files changed · + 1 added · ± 82 modified

+ Added

± Modified

@ZeroIntensity

Copy link
Copy Markdown
Member Author

cc @1st1

@johnslavik
johnslavik requested a review from 1st1 August 4, 2026 13:29
Comment thread Doc/reference/expressions.rst
Co-authored-by: Bartosz Sławecki <bartosz@ilikepython.com>
Comment on lines +14 to +16
from test.support import captured_stderr, disable_gc, gc_collect, run_yielding_async_fn, catch_unraisable_exception

_async_test = partial(partial, run_yielding_async_fn)

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

I don't see test.support:async_yield or types.coroutine used so I think this can be

Suggested change
from test.support import captured_stderr, disable_gc, gc_collect, run_yielding_async_fn, catch_unraisable_exception
_async_test = partial(partial, run_yielding_async_fn)
from test.support import captured_stderr, disable_gc, gc_collect, run_no_yield_async_fn, catch_unraisable_exception
_async_test = partial(partial, run_no_yield_async_fn)

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants