Skip to content

bpo-41756: Export PyGen_Send and wrap it in if-defs#22677

Merged
1st1 merged 3 commits into
python:masterfrom
vladima:pygen_send_misc
Oct 13, 2020
Merged

bpo-41756: Export PyGen_Send and wrap it in if-defs#22677
1st1 merged 3 commits into
python:masterfrom
vladima:pygen_send_misc

Conversation

@vladima
Copy link
Copy Markdown
Contributor

@vladima vladima commented Oct 12, 2020

as in title:

  • added PyIter_Send to the list of exported functions
  • wrapped its declaration in abstract.h in #if !defined(Py_LIMITED_API) || Py_LIMITED_API+0 >= 0x030A0000

https://bugs.python.org/issue41756

Copy link
Copy Markdown
Member

@serhiy-storchaka serhiy-storchaka left a comment

Choose a reason for hiding this comment

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

Please add also the versionadded directives in iter.rst.

Comment thread Doc/c-api/iter.rst
@serhiy-storchaka serhiy-storchaka removed the request for review from a team October 13, 2020 07:41
@1st1 1st1 merged commit cfb0f57 into python:master Oct 13, 2020
@bedevere-bot
Copy link
Copy Markdown

@1st1: Please replace # with GH- in the commit message next time. Thanks!

@vladima vladima deleted the pygen_send_misc branch October 13, 2020 17:27
xzy3 pushed a commit to xzy3/cpython that referenced this pull request Oct 18, 2020
adorilson pushed a commit to adorilson/cpython that referenced this pull request Mar 13, 2021
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.

5 participants