summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2024-06-03 17:31:26 (GMT)
committerGitHub <noreply@github.com>2024-06-03 17:31:26 (GMT)
commit6b10467fbc0b67bf217ea27956b545103c4a0ad5 (patch)
tree1834facbc48d28d94480feb0e8d75e69a3755433 /Misc
parent060d846f436027c0169fc8e2d3a0a7b9bc9afee8 (diff)
downloadcpython-6b10467fbc0b67bf217ea27956b545103c4a0ad5.zip
cpython-6b10467fbc0b67bf217ea27956b545103c4a0ad5.tar.gz
cpython-6b10467fbc0b67bf217ea27956b545103c4a0ad5.tar.bz2
[3.13] gh-118835: pyrepl: Fix prompt length computation for custom prompts containing ANSI escape codes (GH-119942) (#119990)
gh-118835: pyrepl: Fix prompt length computation for custom prompts containing ANSI escape codes (GH-119942) (cherry picked from commit 2e0aa731aebb8ef3d89ada82f5d39b1bbac65d1f) Co-authored-by: Daniel Hollas <daniel.hollas@bristol.ac.uk>
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Library/2024-06-02-15-09-17.gh-issue-118835.KUAuz6.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2024-06-02-15-09-17.gh-issue-118835.KUAuz6.rst b/Misc/NEWS.d/next/Library/2024-06-02-15-09-17.gh-issue-118835.KUAuz6.rst
new file mode 100644
index 0000000..ec9ca20
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2024-06-02-15-09-17.gh-issue-118835.KUAuz6.rst
@@ -0,0 +1 @@
+Fix _pyrepl crash when using custom prompt with ANSI escape codes.