[New-bugs-announce] [issue37363] Additional PEP578 hooks

Steve Dower report at bugs.python.org
Fri Jun 21 11:42:29 EDT 2019


New submission from Steve Dower <steve.dower at python.org>:

We should also (see whether we should) add audit hooks for the following modules:
* configparser
* crypt
* ensurepip
* ftplib
* glob
* http
* imaplib
* nntplib
* pdb
* poplib
* runpy
* shutil
* smtpd
* smtplib
* socketserver
* sqlite3
* telnetlib
* webbrowser
* xmlrpc

All of these seem likely to have interesting events (specifically, they can all be misused in scenarios where the impact would not be obvious without extra information).

----------
messages: 346229
nosy: christian.heimes, steve.dower
priority: normal
severity: normal
stage: needs patch
status: open
title: Additional PEP578 hooks
type: enhancement
versions: Python 3.8, Python 3.9

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


More information about the New-bugs-announce mailing list