gh-141141: Make base64.b85decode thread safe#141149
gh-141141: Make base64.b85decode thread safe#141149serhiy-storchaka merged 3 commits intopython:mainfrom
base64.b85decode thread safe#141149Conversation
|
Most changes to Python require a NEWS entry. Add one using the blurb_it web app or the blurb command-line tool. If this change has little impact on Python users, wait for a maintainer to apply the |
a72aec6 to
0822b89
Compare
0822b89 to
4796813
Compare
|
Thanks @beneltayar for the PR, and @serhiy-storchaka for merging it 🌮🎉.. I'm working now to backport this PR to: 3.13, 3.14. |
(cherry picked from commit a7bf27f) Co-authored-by: Benel Tayar <86257734+beneltayar@users.noreply.github.com>
|
GH-141184 is a backport of this pull request to the 3.14 branch. |
(cherry picked from commit a7bf27f) Co-authored-by: Benel Tayar <86257734+beneltayar@users.noreply.github.com>
|
GH-141185 is a backport of this pull request to the 3.13 branch. |
|
|
|
Fixes a thread safety issue with
base64.b85decode