Skip to content

bpo-30626: Fix error handling in PyImport_Import(). #2103

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

Merged

Conversation

serhiy-storchaka
Copy link
Member

In rare circumstances PyImport_Import() could return NULL without raising
an error.

In rare circumstances PyImport_Import() could return NULL without raising
an error.
@mention-bot
Copy link

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

@serhiy-storchaka serhiy-storchaka added needs backport to 3.5 type-bug An unexpected behavior, bug, or error labels Jun 11, 2017
@serhiy-storchaka serhiy-storchaka merged commit 145541c into python:master Jun 15, 2017
@serhiy-storchaka serhiy-storchaka deleted the PyImport_Import-return-error branch June 15, 2017 17:54
serhiy-storchaka added a commit to serhiy-storchaka/cpython that referenced this pull request Jun 15, 2017
)

In rare circumstances PyImport_Import() could return NULL without raising
an error.
(cherry picked from commit 145541c)
serhiy-storchaka added a commit to serhiy-storchaka/cpython that referenced this pull request Jun 15, 2017
)

In rare circumstances PyImport_Import() could return NULL without raising
an error.
(cherry picked from commit 145541c)
serhiy-storchaka added a commit that referenced this pull request Jun 15, 2017
…2221)

In rare circumstances PyImport_Import() could return NULL without raising
an error.
(cherry picked from commit 145541c)
serhiy-storchaka added a commit that referenced this pull request Jun 15, 2017
…2222)

In rare circumstances PyImport_Import() could return NULL without raising
an error.
(cherry picked from commit 145541c)
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.

4 participants