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

Replace PyDict_GetItem by PyDict_GetItemWithError #75

Closed
ronaldoussoren opened this issue Feb 14, 2014 · 2 comments
Closed

Replace PyDict_GetItem by PyDict_GetItemWithError #75

ronaldoussoren opened this issue Feb 14, 2014 · 2 comments
Labels
enhancement New feature or request

Comments

@ronaldoussoren
Copy link
Owner

Original report by Ronald Oussoren (Bitbucket: ronaldoussoren, GitHub: ronaldoussoren).


PyDict_GetItem swallows unrelated exceptions (for example see http://bugs.python.org/issue14537).

@ronaldoussoren
Copy link
Owner Author

Original comment by Ronald Oussoren (Bitbucket: ronaldoussoren, GitHub: ronaldoussoren).


Fixed in changeset 731e5c4a3245

@ronaldoussoren
Copy link
Owner Author

Original comment by Ronald Oussoren (Bitbucket: ronaldoussoren, GitHub: ronaldoussoren).


Use PyDict_GetItemWithError instead of PyDict_GetItem

Fixes #75

@ronaldoussoren ronaldoussoren added minor enhancement New feature or request labels Feb 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant