]> granicus.if.org Git - python/commit
Fix #14600. Correct reference handling and naming of ImportError convenience function
authorBrian Curtin <brian@python.org>
Tue, 17 Apr 2012 21:57:09 +0000 (16:57 -0500)
committerBrian Curtin <brian@python.org>
Tue, 17 Apr 2012 21:57:09 +0000 (16:57 -0500)
commit09b86d1196427f2028d7e072b106847d8c693815
treec06e9fe5b6a732d07f2987ff86081165bd69ebf5
parentfba807ac44ff6804dd1be7c3962fc3455c8e7763
Fix #14600. Correct reference handling and naming of ImportError convenience function
Doc/c-api/exceptions.rst
Include/pyerrors.h
Python/dynload_win.c
Python/errors.c
Python/import.c