bpo-28331: fix "CPython implementation detail:" label is removed when content is translated. by methane · Pull Request #195 · python/cpython

@methane

berkerpeksag

vstinner

methane added a commit to methane/cpython that referenced this pull request

Mar 22, 2017

akruis pushed a commit to akruis/cpython that referenced this pull request

Dec 31, 2018
…r coroutines (python#195)

Silently ignore attempts to close a running generator, coroutine or asynchronous
generator. This avoids spurious error messages, if such an object is deallocated
as part of a paused, restorable tasklet.

akruis added a commit to akruis/cpython that referenced this pull request

Jan 1, 2019
Stackless can now pickle coroutine_wrapper objects.

akruis pushed a commit to akruis/cpython that referenced this pull request

Jan 20, 2019
…r coroutines (python#195)

Silently ignore attempts to close a running generator, coroutine or asynchronous
generator. This avoids spurious error messages, if such an object is deallocated
as part of a paused, restorable tasklet.
(cherry picked from commit 905d0ef)

pablogsal pushed a commit to pablogsal/cpython that referenced this pull request

Nov 29, 2022

jaraco pushed a commit that referenced this pull request

Dec 2, 2022