Skip to content
TILens What matters today in tech v0.0.9
Theme

Topic - Edition

Python

2 items on 12 Apr 2026
Python

PEP 830: Add timestamps to exceptions and tracebacks

This PEP adds an optional timestamp to all exceptions that records when the exception was instantiated with no observable overhead. When enabled via environment variable or command-line flag, formatted tracebacks…

Source: Python PEPs Gregory P. Smith
Python GitHub

python-poetry/poetry: 2.3.4

Fixed Fix a performance regression in the wheel installer that was introduced in Poetry 2.3.3 (#10821). Fix a path traversal vulnerability in sdist extraction on Python 3.10.0-3.10.12 and 3.11.0-3.11.4 that could allow…

Source: Poetry Releases radoering