Skip to content

Conversation

@vstinner
Copy link
Member

@vstinnervstinner commented Oct 29, 2025

@vstinner
Copy link
MemberAuthor

#140128 tried to remove _PyByteArray_empty_string by mistake which would break the stable ABI. Let's put it in the stable ABI to detect if it's removed by mistake.

@encukou
Copy link
Member

It's not part of the stable ABI; it's certainly not in the Windows stable ABI DLL.
Let's not add it.

@vstinner
Copy link
MemberAuthor

Oh, it's declared in Include/cpython/bytearrayobject.h, not in Include/bytearrayobject.h, you're right.

@vstinnervstinner deleted the ba_empty_string branch October 30, 2025 09:29
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@vstinner@encukou