| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | gh-39615: Add warnings.warn() skip_file_prefixes support (#100840) | Gregory P. Smith | 2023-01-28 | 2 | -1/+17 |
| | | | | | | `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. | ||||
| * | Merge from 3.5 | Steve Dower | 2015-09-07 | 1 | -1/+1 |
| | | |||||
| * | Issue #24305: Prevent import subsystem stack frames from being counted | Larry Hastings | 2015-09-06 | 2 | -0/+12 |
| by the warnings.warn(stacklevel=) parameter. | |||||
