Skip to content
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 3 commits into from Oct 13, 2020

Conversation

vladima
Copy link
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

1st1
1st1 approved these changes Oct 12, 2020
Copy link
Member

@serhiy-storchaka serhiy-storchaka left a comment

Please add also the versionadded directives in iter.rst.

@serhiy-storchaka serhiy-storchaka removed the request for review from a team Oct 13, 2020
@1st1 1st1 merged commit cfb0f57 into python:master Oct 13, 2020
3 checks passed
@bedevere-bot
Copy link

bedevere-bot commented Oct 13, 2020

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

@vladima vladima deleted the pygen_send_misc branch Oct 13, 2020
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.

None yet

5 participants