commit | c7ac7280c321b3c1679fe5f657a6be0f86adf173 | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Tue May 16 15:16:15 2017 +0300 |
committer | GitHub <noreply@github.com> | Tue May 16 15:16:15 2017 +0300 |
tree | ce201ce147377ada98b1b4ad55526e2eecfaaa8f | |
parent | 87fa8a780e9045a26c735f085c07bba4b2d0be60 [diff] |
bpo-30375: Correct the stacklevel of regex compiling warnings. (#1595) Warnings emitted when compile a regular expression now always point to the line in the user code. Previously they could point into inners of the re module if emitted from inside of groups or conditionals.