summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next
diff options
context:
space:
mode:
authorHood Chatham <roberthoodchatham@gmail.com>2024-12-06 02:47:51 (GMT)
committerGitHub <noreply@github.com>2024-12-06 02:47:51 (GMT)
commit25eee578c8e369b027da6d9d2725f29df6ef1cbd (patch)
tree0126db5556cb9da7c3a6e241655651362d8df287 /Misc/NEWS.d/next
parent8b3cccf3f9508572d85b0044519f2bd5715dacad (diff)
downloadcpython-25eee578c8e369b027da6d9d2725f29df6ef1cbd.zip
cpython-25eee578c8e369b027da6d9d2725f29df6ef1cbd.tar.gz
cpython-25eee578c8e369b027da6d9d2725f29df6ef1cbd.tar.bz2
gh-127627: Add `posix._emscripten_debugger` function (#127628)
Add a posix._emscripten_debugger function to add an emscripten breakpoint.
Diffstat (limited to 'Misc/NEWS.d/next')
-rw-r--r--Misc/NEWS.d/next/Library/2024-12-05-10-14-52.gh-issue-127627.fgCHOZ.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2024-12-05-10-14-52.gh-issue-127627.fgCHOZ.rst b/Misc/NEWS.d/next/Library/2024-12-05-10-14-52.gh-issue-127627.fgCHOZ.rst
new file mode 100644
index 0000000..48a6c7d
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2024-12-05-10-14-52.gh-issue-127627.fgCHOZ.rst
@@ -0,0 +1,2 @@
+Added ``posix._emscripten_debugger()`` to help with debugging the test suite on
+the Emscripten target.