8000 gh-103865: add monitoring support to LOAD_SUPER_ATTR by carljm · Pull Request #103866 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-103865: add monitoring support to LOAD_SUPER_ATTR #103866

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

Merged
merged 17 commits into from
May 16, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'main' into supermon
* main: (26 commits)
  gh-104028: Reduce object creation while calling callback function from gc (gh-104030)
  gh-104036: Fix direct invocation of test_typing (#104037)
  gh-102213: Optimize the performance of `__getattr__` (GH-103761)
  gh-103895: Improve how invalid `Exception.__notes__` are displayed (#103897)
  Adjust expression from `==` to `!=` in alignment with the meaning of the paragraph. (GH-104021)
  gh-88496: Fix IDLE test hang on macOS (#104025)
  Improve int test coverage (#104024)
  gh-88773: Added teleport method to Turtle library (#103974)
  gh-104015: Fix direct invocation of `test_dataclasses` (#104017)
  gh-104012: Ensure test_calendar.CalendarTestCase.test_deprecation_warning consistently passes (#104014)
  gh-103977: compile re expressions in platform.py only if required (#103981)
  gh-98003: Inline call frames for CALL_FUNCTION_EX (GH-98004)
  Replace Netlify with Read the Docs build previews (#103843)
  Update name in acknowledgements and add mailmap (#103696)
  gh-82054: allow test runner to split test_asyncio to execute in parallel by sharding. (#103927)
  Remove non-existing tools from Sundry skiplist (#103991)
  gh-103793: Defer formatting task name (#103767)
  gh-87092: change assembler to use instruction sequence instead of CFG (#103933)
  gh-103636: issue warning for deprecated calendar constants (#103833)
  Various small fixes to dis docs (#103923)
  ...
  • Loading branch information
carljm committed May 1, 2023
commit 159b2aa551ad8c9f71da1a5835b658a70f93bfd5
86 changes: 43 additions & 43 deletions Python/generated_cases.c.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

You are viewing a condensed version of this merge commit. You can view the full changes here.
0