mirror of
https://github.com/python/cpython.git
synced 2026-05-07 13:10:37 -04:00
052f53d65d
`warnings.warn()` gains the ability to skip stack frames based on code filename prefix rather than only a numeric `stacklevel=` via a new `skip_file_prefixes=` keyword argument.