Skip to content

Conversation

@pull
Copy link

@pullpullbot commented Jan 19, 2026

See Commits and Changes for more details.


Created by pull[bot] (v2.0.0-alpha.4)

Can you help keep this open source service alive? 💖 Please sponsor : )


📚 Documentation preview 📚: https://cpython-previews--677.org.readthedocs.build/

serhiy-storchakaand others added 7 commits January 19, 2026 14:01
Use more relevant terminology instead of "master"/"slave" widgets where possible.
…codedata.ucd_3_2_0 (GH-143898) They are now only exposed as the unicodedata function.
Fix a bug in the folding of comments when flattening an email message using a modern email policy. Comments consisting of a very long sequence of non-foldable characters could trigger a forced line wrap that omitted the required leading space on the continuation line, causing the remainder of the comment to be interpreted as a new header field. This enabled header injection with carefully crafted inputs. Co-authored-by: Denis Ledoux <[email protected]>
… on error (#143690) BufferedReader.read1() could leave the buffered object in a reentrant (locked) state when an exception was raised while allocating the output buffer. This change ensures the internal buffered lock is always released on error, keeping the object in a consistent state after failures. Signed-off-by: Yongtao Huang <[email protected]> Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com> Co-authored-by: Cody Maloney <[email protected]> Co-authored-by: sobolevn <[email protected]>
@pullpullbot locked and limited conversation to collaborators Jan 19, 2026
@pullpullbot merged commit 3c9c3d3 into tj-python:mainJan 19, 2026
Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants

@serhiy-storchaka@AZero13@sethmlarson@Aniketsy@hyongtao-code@adorilson