commit | ced71d39cfc2ab6e227824fe891101dcb473c2e3 | [log] [tgz] |
---|---|---|
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Fri May 17 17:16:58 2024 +0200 |
committer | GitHub <noreply@github.com> | Fri May 17 18:16:58 2024 +0300 |
tree | 80b0bb5f4fe7fbfe0389c5a37097b5213a37632b | |
parent | ada4ad0e247279f54e7e2f90397075fb65bb9b5d [diff] |
[3.13] gh-119049: Fix incorrect display of warning which is constructed by C API (GH-119063) (GH-119106) The source line was not displayed if the warnings module had not yet been imported. (cherry picked from commit 100c7ab00ab66a8c0d54582f35e38d8eb691743c) Co-authored-by: Kirill Podoprigora <kirill.bast9@mail.ru>