diff options
author | Kumar Aditya <rahuladitya303@gmail.com> | 2021-12-09 16:51:09 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-09 16:51:09 (GMT) |
commit | 44b0e76f2a80c9a78242b7542b8b1218d244af07 (patch) | |
tree | 5a1cde546959ae56e02b26d791310d2b2cc80aa5 /Misc/NEWS.d | |
parent | dc4a212bd305831cb4b187a2e0cc82666fcb15ca (diff) | |
download | cpython-44b0e76f2a80c9a78242b7542b8b1218d244af07.zip cpython-44b0e76f2a80c9a78242b7542b8b1218d244af07.tar.gz cpython-44b0e76f2a80c9a78242b7542b8b1218d244af07.tar.bz2 |
bpo-45654: Freeze the runpy module and stuff it imports (GH-29903)
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r-- | Misc/NEWS.d/next/Core and Builtins/2021-12-09-11-57-43.bpo-45654.MZc7ei.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2021-12-09-11-57-43.bpo-45654.MZc7ei.rst b/Misc/NEWS.d/next/Core and Builtins/2021-12-09-11-57-43.bpo-45654.MZc7ei.rst new file mode 100644 index 0000000..9072558 --- /dev/null +++ b/Misc/NEWS.d/next/Core and Builtins/2021-12-09-11-57-43.bpo-45654.MZc7ei.rst @@ -0,0 +1 @@ +Deepfreeze :mod:`runpy`, patch by Kumar Aditya.
\ No newline at end of file |