Skip to content

[3.13] gh-121489: Export private _PyBytes_Join() again - #122266

Closed
cdce8p wants to merge 2 commits into
python:3.13from
cdce8p:export-pybytes-join-3.13
Closed

[3.13] gh-121489: Export private _PyBytes_Join() again#122266
cdce8p wants to merge 2 commits into
python:3.13from
cdce8p:export-pybytes-join-3.13

Conversation

@cdce8p

@cdce8pcdce8p commented Jul 25, 2024

Copy link
Copy Markdown
Contributor

Followup from #121489 and #121646 (comment). Export the _PyBytes_Join() again until the new public PyBytes_Join() is added. If backported to 3.13, this would make transitioning easier.

This partially reverts #107144.

/CC @vstinner

cdce8pand others added 2 commits July 25, 2024 11:06
@cdce8pcdce8p closed this Jul 25, 2024
@cdce8p
cdce8p deleted the export-pybytes-join-3.13 branch July 25, 2024 09:12
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.

1 participant

@cdce8p