Skip to content

[pull] main from python:main - #1452

Merged
pull[bot] merged 5 commits into
tj-python:mainfrom
python:main
Sep 7, 2026
Merged

[pull] main from python:main#1452
pull[bot] merged 5 commits into
tj-python:mainfrom
python:main

Conversation

@pull

@pull pull Bot commented Sep 7, 2026

Copy link
Copy Markdown

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 : )

fedonman and others added 5 commits September 7, 2026 19:02
… type (GH-156964)

complexstr_concat() is the sq_concat slot and returned NotImplemented
for a non-complexstr operand.  PyNumber_Add() returns an sq_concat
result verbatim, so the singleton reached Python code instead of a
TypeError, and an augmented assignment rebound the name to it.
… offsets (#155024)

Co-authored-by: Stan Ulbrych <stan@python.org>
…56952)

slk_color() cast its color pair to a short, so pairs of 32768 and above
were rejected or silently applied as a different pair.  Use
extended_slk_color() when it is available, like slk_attr_set() does.
If the Pascal string is empty (size=0), do not write the size prefix.
Previously, a NUL byte was written outsize the buffer (buffer
overflow). In practice, the write remains into allocated memory
and is silently ignored: no memory is corrupted.
insnstr() did not release the bytes object it converted its argument to
when setting the attributes failed, unlike addstr(), addnstr() and
insstr().
@pull pull Bot locked and limited conversation to collaborators Sep 7, 2026
@pull pull Bot added the ⤵️ pull label Sep 7, 2026
@pull
pull Bot merged commit 23180c5 into tj-python:main Sep 7, 2026
3 checks passed
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.

3 participants