[pypy-commit] [Git][pypy/pypy][branch/py3.8] add auditing events, skip cpython-specific tracing and questionable attr tracing

Matti Picus (@mattip) foss at heptapod.net
Mon Nov 22 16:39:16 EST 2021



Matti Picus pushed to branch branch/py3.8 at PyPy / pypy


Commits:
484f2550 by Matti Picus at 2021-11-22T23:38:19+02:00
add auditing events, skip cpython-specific tracing and questionable attr tracing

The __setattr__ and __delattr__ tracing would incur a performance penalty

--HG--
branch : py3.8

- - - - -


8 changed files:

- lib-python/3/test/audit-tests.py
- lib-python/3/test/test_audit.py
- lib_pypy/_cffi_ssl/_stdssl/__init__.py
- pypy/interpreter/app_main.py
- pypy/interpreter/executioncontext.py
- pypy/module/_io/interp_fileio.py
- pypy/module/gc/referents.py
- pypy/module/mmap/interp_mmap.py


View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/484f25505feae8f38534dda39e6b21920128fe0d

-- 
View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/484f25505feae8f38534dda39e6b21920128fe0d
You're receiving this email because of your account on foss.heptapod.net.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.python.org/pipermail/pypy-commit/attachments/20211122/f7140533/attachment.html>


More information about the pypy-commit mailing list