bpo-38008: Move builtin protocol whitelist to mapping instead of list#15647
bpo-38008: Move builtin protocol whitelist to mapping instead of list#15647ilevkivskyi merged 3 commits into
Conversation
|
Hello, and thanks for your contribution! I'm a bot set up to make sure that the project can legally accept your contribution by verifying you have signed the PSF contributor agreement (CLA). Our records indicate we have not received your CLA. For legal reasons we need you to sign this before we can look at your contribution. Please follow the steps outlined in the CPython devguide to rectify this issue. If you have recently signed the CLA, please wait at least one business day You can check yourself to see if the CLA has been received. Thanks again for your contribution, we look forward to reviewing it! |
Sorry, something went wrong.
corona10
left a comment
There was a problem hiding this comment.
Please add news entries by using blurb tool.
https://devguide.python.org/committing/#what-s-new-and-news-entries
Sorry, something went wrong.
ilevkivskyi
left a comment
There was a problem hiding this comment.
Thanks for PR!
I have just one suggestion, could you please add some tests? (and a news entry as @corona10 suggested)
Sorry, something went wrong.
ilevkivskyi
left a comment
There was a problem hiding this comment.
Thanks, LGTM!
(Also there is a tool called blurb, so that you don't need to create the news items manually.)
Sorry, something went wrong.
|
Thanks @jivid for the PR, and @ilevkivskyi for merging it 🌮🎉.. I'm working now to backport this PR to: 3.8. |
Sorry, something went wrong.
…pythonGH-15647) Fixes https://bugs.python.org/issue38008 (cherry picked from commit 692a0dc) Co-authored-by: Divij Rajkumar <drajkuma1@gmail.com>
…GH-15647) Fixes https://bugs.python.org/issue38008 (cherry picked from commit 692a0dc) Co-authored-by: Divij Rajkumar <drajkuma1@gmail.com>
and rename _PROTO_WHITELIST to _PROTO_ALLOWLIST taken from python/cpython#15647 and python/cpython#21825
taken from python/cpython#15647 and python/cpython#21823
https://bugs.python.org/issue38008
https://bugs.python.org/issue38008