]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40108: Improve the error message in runpy when importing a module that includes...
authorPablo Galindo <Pablogsal@gmail.com>
Tue, 31 Mar 2020 11:23:55 +0000 (12:23 +0100)
committerGitHub <noreply@github.com>
Tue, 31 Mar 2020 11:23:55 +0000 (12:23 +0100)
commitef67512b40240f765026ad41d60b0c9a6dacd2b9
tree4cd0562ba5495f96213587b6bd2caeebd906b481
parentc49016e67c3255b37599b354a8d7995d40663991
bpo-40108: Improve the error message in runpy when importing a module that includes the extension (GH-19239)
Lib/runpy.py
Lib/test/test_cmd_line_script.py
Misc/NEWS.d/next/Library/2020-03-31-01-11-20.bpo-40108.EGDVQ_.rst [new file with mode: 0644]