X Tutup
The Wayback Machine - https://web.archive.org/web/20221223132359/https://github.com/python/cpython/pull/1213
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-29802: Fix reference counting in module-level struct functions #1213

Conversation

serhiy-storchaka
Copy link
Member

@serhiy-storchaka serhiy-storchaka commented Apr 20, 2017

when pass argumens of wrong type.

@mention-bot
Copy link

mention-bot commented Apr 20, 2017

@serhiy-storchaka, thanks for your PR! By analyzing the history of the files in this pull request, we identified @mdickinson, @Yhg1s and @benjaminp to be potential reviewers.

Copy link
Member

@zhangyangyu zhangyangyu left a comment

LGTM. Except there is one typo in NEWS: argumens -> arguments.

@serhiy-storchaka serhiy-storchaka merged commit 40db90c into python:master Apr 20, 2017
@serhiy-storchaka serhiy-storchaka deleted the struct-cache_struct_converter-cleanup branch Apr 20, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type-bug An unexpected behavior, bug, or error
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants
X Tutup