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: (27 commits)
  gh-87849: fix SEND specialization family definition (GH-104268)
  gh-101819: Adapt _io.IOBase.seek and _io.IOBase.truncate to Argument Clinic (#104384)
  gh-101819: Adapt _io._Buffered* methods to Argument Clinic (#104367)
  gh-101819: Refactor `_io` futher in preparation for module isolation (#104369)
  gh-101819: Adapt _io.TextIOBase methods to Argument Clinic (#104383)
  gh-101117: Improve accuracy of sqlite3.Cursor.rowcount docs (#104287)
  GH-92184: Convert os.altsep to '/' in filenames when creating ZipInfo objects (#92185)
  gh-104357: fix inlined comprehensions that close over iteration var (#104368)
  GH-90208: Suppress OSError exceptions from `pathlib.Path.glob()` (GH-104141)
  GH-102181: Improve specialization stats for SEND (GH-102182)
  gh-103000: Optimise `dataclasses.asdict` for the common case (#104364)
  gh-103538: Remove unused TK_AQUA code (GH-103539)
  GH-87695: Fix OSError from `pathlib.Path.glob()` (GH-104292)
  gh-104263: Rely on Py_NAN and introduce Py_INFINITY (GH-104202)
  gh-104010: Separate and improve docs for `typing.get_origin` and `typing.get_args` (#104013)
  gh-101819: Adapt _io._BufferedIOBase_Type methods to Argument Clinic (#104355)
  gh-103960: Dark mode: invert image brightness (#103983)
  gh-104252: Immortalize Py_EMPTY_KEYS (gh-104253)
  gh-101819: Clean up _io windows console io after gh-104197 (#104354)
  gh-101819: Harden _io init (#104352)
  ...
  • Loading branch information
carljm committed May 11, 2023
commit 19b3d9ef01efa4c931b0224849bb8eaccd3c9fa6
Loading
You are viewing a condensed version of this merge commit. You can view the full changes here.
0