Skip to content

[pull] main from python:main#158

Merged
pull[bot] merged 4 commits into
tj-python:mainfrom
python:main
Aug 14, 2025
Merged

[pull] main from python:main#158
pull[bot] merged 4 commits into
tj-python:mainfrom
python:main

Conversation

@pull
Copy link
Copy Markdown

@pull pull Bot commented Aug 14, 2025

See Commits and Changes for more details.


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

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

adqm and others added 4 commits August 14, 2025 20:58
…th `PYTHONSTARTUP` (#137625)

Co-authored-by: Kirill Podoprigora <kirill.bast9@mail.ru>
"] ]>" and "]] >" no longer end the CDATA section.

Make CDATA section parsing  context depending.
Add private method HTMLParser._set_support_cdata() to change the context.
If called with True, "<[CDATA[" starts a CDATA section which ends with "]]>".
If called with False, "<[CDATA[" starts a bogus comments which ends with ">".
…135242)

The Python pickle module looks for "00" and "01" but _pickle only looked
for 2 characters that parsed to 0 or 1, meaning some payloads like "+0" or
" 0" would lead to different results in different implementations.
@pull pull Bot locked and limited conversation to collaborators Aug 14, 2025
@pull pull Bot added the ⤵️ pull label Aug 14, 2025
@pull pull Bot merged commit 8665769 into tj-python:main Aug 14, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants