https://github.com/python/cpython/commit/38b79e8bbd1456351ffeacf48b51cba69063bdca commit: 38b79e8bbd1456351ffeacf48b51cba69063bdca branch: 3.14 author: Victor Stinner <[email protected]> committer: vstinner <[email protected]> date: 2026-09-14T09:52:10Z summary:
gh-156995: Fix typo in the _PyBytes_Resize() NEWS entry (#157477) Co-authored-by: Cody Maloney <[email protected]> files: M Misc/NEWS.d/next/C_API/2026-09-12-21-00-42.gh-issue-156995.UVjqQe.rst diff --git a/Misc/NEWS.d/next/C_API/2026-09-12-21-00-42.gh-issue-156995.UVjqQe.rst b/Misc/NEWS.d/next/C_API/2026-09-12-21-00-42.gh-issue-156995.UVjqQe.rst index f496a9dc8880fe..ac2b7f7aae52fd 100644 --- a/Misc/NEWS.d/next/C_API/2026-09-12-21-00-42.gh-issue-156995.UVjqQe.rst +++ b/Misc/NEWS.d/next/C_API/2026-09-12-21-00-42.gh-issue-156995.UVjqQe.rst @@ -1,3 +1,3 @@ On Free Threading, ``_PyBytes_Resize(&obj, 1)`` no longer returns a single byte -singleton is the current thread is different than the thread which created the +singleton if the current thread is different than the thread which created the object. Patch by Stan Ulbrych. _______________________________________________ Python-checkins mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3//lists/python-checkins.python.org Member address: [email protected]
