diff options
author | shireenrao <shireenrao@gmail.com> | 2019-08-17 20:50:39 (GMT) |
---|---|---|
committer | Steve Dower <steve.dower@python.org> | 2019-08-17 20:50:39 (GMT) |
commit | 24fe46081be3d1c01b3d21cb39bc3492ab4485a3 (patch) | |
tree | bb5e5b4fce64620aebb027c0e2b8cca02c572fc5 /Misc/NEWS.d/next/Windows | |
parent | 455856391c2b4e2af79de55101421cd15901edaf (diff) | |
download | cpython-24fe46081be3d1c01b3d21cb39bc3492ab4485a3.zip cpython-24fe46081be3d1c01b3d21cb39bc3492ab4485a3.tar.gz cpython-24fe46081be3d1c01b3d21cb39bc3492ab4485a3.tar.bz2 |
bpo-36266: Add module name in ImportError when DLL not found on Windows (GH-15180)
Diffstat (limited to 'Misc/NEWS.d/next/Windows')
-rw-r--r-- | Misc/NEWS.d/next/Windows/2019-08-08-18-05-27.bpo-36266.x4eZU3.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Windows/2019-08-08-18-05-27.bpo-36266.x4eZU3.rst b/Misc/NEWS.d/next/Windows/2019-08-08-18-05-27.bpo-36266.x4eZU3.rst new file mode 100644 index 0000000..86fdd6f --- /dev/null +++ b/Misc/NEWS.d/next/Windows/2019-08-08-18-05-27.bpo-36266.x4eZU3.rst @@ -0,0 +1 @@ +Add the module name in the formatted error message when DLL load fail happens during module import in ``_PyImport_FindSharedFuncptrWindows()``. Patch by Srinivas Nyayapati.
\ No newline at end of file |