]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-126209: Fix inconsistency of `skip_file_prefixes` in `warnings.warn`'s C and...
authorDaehee Kim <zsaladinz@gmail.com>
Tue, 12 Nov 2024 12:01:56 +0000 (21:01 +0900)
committerGitHub <noreply@github.com>
Tue, 12 Nov 2024 12:01:56 +0000 (13:01 +0100)
commit0ef84b0e2bf511b2cb5268a9ce64d7f2209fb3c4
tree1b1db67d34cdf081955734d872f5d4851ee4796c
parentf223efb2a2d6a3e86556be7295cbbd3ef839f489
gh-126209: Fix inconsistency of  `skip_file_prefixes` in `warnings.warn`'s C and Python implementations (GH-126329)

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
Co-authored-by: Kirill Podoprigora <kirill.bast9@mail.ru>
Lib/test/test_warnings/__init__.py
Lib/test/test_warnings/data/stacklevel.py
Misc/NEWS.d/next/Core_and_Builtins/2024-11-02-18-01-31.gh-issue-126209.2ZIhrS.rst [new file with mode: 0644]
Python/_warnings.c