New submission from Eric Snow <ericsnowcurren...@gmail.com>:

Currently we are freezing the modules that are imported during startup.  
However, if someone uses "python -m module" then the runtime imports the runpy 
module and uses it.  Given that this case is quite common, runpy and its 
dependencies should be frozen.

----------
components: Build
messages: 405212
nosy: FFY00, eric.snow
priority: normal
severity: normal
stage: needs patch
status: open
title: Freeze the runpy module.
type: behavior
versions: Python 3.11

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue45654>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to