diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2023-07-08 12:15:54 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-08 12:15:54 (GMT) |
commit | 60ade0cb2929b180a50feb288a760038a072ef76 (patch) | |
tree | a96aaa3c21b24afd1d2922ed9a28602f82604394 /Misc | |
parent | 48f58e02430f046d4b039cefce3856b934b02627 (diff) | |
download | cpython-60ade0cb2929b180a50feb288a760038a072ef76.zip cpython-60ade0cb2929b180a50feb288a760038a072ef76.tar.gz cpython-60ade0cb2929b180a50feb288a760038a072ef76.tar.bz2 |
[3.12] gh-106510: Fix DEBUG output for atomic group (GH-106511) (GH-106548)
(cherry picked from commit 74ec02e9490d8aa086aa9ad9d1d34d2ad999b5af)
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2023-07-07-13-47-28.gh-issue-106510.9n5BdC.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2023-07-07-13-47-28.gh-issue-106510.9n5BdC.rst b/Misc/NEWS.d/next/Library/2023-07-07-13-47-28.gh-issue-106510.9n5BdC.rst new file mode 100644 index 0000000..e0646fa --- /dev/null +++ b/Misc/NEWS.d/next/Library/2023-07-07-13-47-28.gh-issue-106510.9n5BdC.rst @@ -0,0 +1 @@ +Improve debug output for atomic groups in regular expressions. |