[3.6] bpo-30626: Fix error handling in PyImport_Import(). (GH-2103) by serhiy-storchaka · Pull Request #2221 · python/cpython

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

@serhiy-storchaka

Copy link

Member

In rare circumstances PyImport_Import() could return NULL without raising
an error.
(cherry picked from commit 145541c)

)

In rare circumstances PyImport_Import() could return NULL without raising
an error.
(cherry picked from commit 145541c)

@serhiy-storchaka serhiy-storchaka added the type-bug

An unexpected behavior, bug, or error

label

Jun 15, 2017

@serhiy-storchaka serhiy-storchaka merged commit fab05de into python:3.6

Jun 15, 2017

@serhiy-storchaka serhiy-storchaka deleted the backport-145541c-3.6 branch

June 15, 2017 18:15

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

type-bug

An unexpected behavior, bug, or error

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

2 participants

@serhiy-storchaka @the-knights-who-say-ni