[3.5] bpo-30626: Fix error handling in PyImport_Import(). (GH-2103) by serhiy-storchaka · Pull Request #2222 · python/cpython
Navigation Menu
{{ message }}
- Notifications You must be signed in to change notification settings
- Fork 34.3k
Merged
serhiy-storchaka merged 1 commit intopython:3.5from
Jun 15, 2017Merged
Conversation
Copy link
Member
serhiy-storchaka
commented
Jun 15, 2017
serhiy-storchaka
commented
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)
the-knights-who-say-ni
added
the
CLA signed
label
serhiy-storchaka
merged commit
263dcc3
into
python:3.5
serhiy-storchaka
deleted the
backport-145541c-3.5
branch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment