Skip to content
GitLab
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Register
Sign in
Toggle navigation
Menu
Kirill Smelkov
cpython
Repository
cpython
Python
import.c
Find file
Blame
History
Permalink
bpo-30626: Fix error handling in PyImport_Import(). (#2103)
· 145541cf
Serhiy Storchaka
authored
Jun 15, 2017
In rare circumstances PyImport_Import() could return NULL without raising an error.
145541cf