Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bpo-41211: Doc: Fix PyLong_FromUnicodeObject #21325

Merged
merged 1 commit into from
Jul 5, 2020

Conversation

methane
Copy link
Member

@methane methane commented Jul 5, 2020

It doesn't use PyUnicode_EncodeDecimal. It uses a private API instead.

https://bugs.python.org/issue41211

It doesn't use PyUnicode_EncodeDecimal. It uses a private API instead.
@bedevere-bot bedevere-bot added docs Documentation in the Doc dir awaiting core review labels Jul 5, 2020
@methane methane added needs backport to 3.8 needs backport to 3.9 only security fixes skip news type-bug An unexpected behavior, bug, or error labels Jul 5, 2020
@methane methane merged commit 9c84417 into python:master Jul 5, 2020
@methane methane deleted the doc-long-fromunicode branch July 5, 2020 04:01
@miss-islington
Copy link
Contributor

Thanks @methane for the PR 🌮🎉.. I'm working now to backport this PR to: 3.8, 3.9.
🐍🍒⛏🤖

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Jul 5, 2020
It doesn't use PyUnicode_EncodeDecimal. It uses a private API instead.
(cherry picked from commit 9c84417)

Co-authored-by: Inada Naoki <[email protected]>
@bedevere-bot
Copy link

GH-21328 is a backport of this pull request to the 3.9 branch.

@bedevere-bot bedevere-bot removed the needs backport to 3.9 only security fixes label Jul 5, 2020
@bedevere-bot
Copy link

GH-21329 is a backport of this pull request to the 3.8 branch.

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Jul 5, 2020
It doesn't use PyUnicode_EncodeDecimal. It uses a private API instead.
(cherry picked from commit 9c84417)

Co-authored-by: Inada Naoki <[email protected]>
miss-islington added a commit that referenced this pull request Jul 5, 2020
It doesn't use PyUnicode_EncodeDecimal. It uses a private API instead.
(cherry picked from commit 9c84417)

Co-authored-by: Inada Naoki <[email protected]>
miss-islington added a commit that referenced this pull request Jul 5, 2020
It doesn't use PyUnicode_EncodeDecimal. It uses a private API instead.
(cherry picked from commit 9c84417)

Co-authored-by: Inada Naoki <[email protected]>
shihai1991 pushed a commit to shihai1991/cpython that referenced this pull request Jul 6, 2020
It doesn't use PyUnicode_EncodeDecimal. It uses a private API instead.
arun-mani-j pushed a commit to arun-mani-j/cpython that referenced this pull request Jul 21, 2020
It doesn't use PyUnicode_EncodeDecimal. It uses a private API instead.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Documentation in the Doc dir skip news type-bug An unexpected behavior, bug, or error
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants