Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork33.3k
gh-100739: Respect mock spec when checking for unsafe prefixes#100740
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
bedevere-bot commentedJan 4, 2023
Most changes to Pythonrequire a NEWS entry. Please add it using theblurb_it web app or theblurb command-line tool. |
Misc/NEWS.d/next/Library/2023-01-04-09-53-38.gh-issue-100740.-j5UjI.rst OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
…j5UjI.rstCo-authored-by: Nikita Sobolev <mail@sobolevn.me>
(Note, generally don't ever force-push to a PR, it disrupts incremental review. The commits will be squashed on merge anyway, so there's no harm in having the PR be a series of commits reflecting its development.) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
This LGTM, thanks for the fix!
bedevere-bot commentedJan 4, 2023
GH-100760 is a backport of this pull request to the3.11 branch. |
bedevere-bot commentedJan 4, 2023
GH-100761 is a backport of this pull request to the3.10 branch. |
…ythonGH-100740)(cherry picked from commit7f1eefc)Co-authored-by: Christian Klein <167265+cklein@users.noreply.github.com>Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
…ythonGH-100740)(cherry picked from commit7f1eefc)Co-authored-by: Christian Klein <167265+cklein@users.noreply.github.com>Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
* main:pythonGH-100288: Remove LOAD_ATTR_METHOD_WITH_DICT instruction. (pythonGH-100753)pythonGH-100766: Note that locale.LC_MESSAGES is not universal (pythonGH-100702) Drop myself from pathlib maintenance (python#100757)pythongh-100739: Respect mock spec when checking for unsafe prefixes (python#100740)
Uh oh!
There was an error while loading.Please reload this page.
Respect Mock spec for attribute names starting with assert (and typos)