Gregory P. Smith
Gregory P. Smith
BPO | [42969](https://bugs.python.org/issue42969) --- | :--- Nosy | @gpshead, @pitrou, @vstinner, @colesbury, @izbyshev, @jbms PRs | python/cpython#28525 *Note: these values reflect the state of the issue at the time it...
This draft PEP proposes adding optional timestamps to Python exception objects that can be displayed in tracebacks. Based on CPython PR #129337 by Gregory P. Smith. The feature adds a...
One feature we've implemented internally on top of pylint at Google is to have line-too-long warnings be silenced if running an autoformatter on the code cannot fix the length of...
## Summary Implement the TODO at line 99-100 in `Modules/xxlimited.c` to add `Py_tp_token` slot support, demonstrating Python 3.14 type checking best practices for Limited C API extension modules. ## Changes...