[New-bugs-announce] [issue38722] runpy should use io.open_code() instead of open()

Dominic Littlewood report at bugs.python.org
Wed Nov 6 11:05:25 EST 2019


New submission from Dominic Littlewood <11dlittlewood at gmail.com>:

Fairly obviously, if you're using something called runpy you're probably trying to run some code. To do this it has to open the script as a file.

This is similar to two other issues I'm posting, but they're in different modules, so different bugs.

----------
components: Library (Lib)
messages: 356144
nosy: plokmijnuhby
priority: normal
severity: normal
status: open
title: runpy should use io.open_code() instead of open()
type: security
versions: Python 3.9

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue38722>
_______________________________________


More information about the New-bugs-announce mailing list