Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [3.12] GH-105840: Fix assertion failures when specializing calls with too ↵ | Miss Islington (bot) | 2023-06-16 | 1 | -0/+29 |
| | | | | | | | | many __defaults__ (GH-105863) GH-105840: Fix assertion failures when specializing calls with too many __defaults__ (GH-105847) (cherry picked from commit 2beab5bdef5fa2a00a59371e6137f769586b7404) Co-authored-by: Brandt Bucher <brandtbucher@microsoft.com> | ||||
* | gh-87729: specialize LOAD_SUPER_ATTR_METHOD (#103809) | Carl Meyer | 2023-04-25 | 1 | -0/+23 |
| | |||||
* | GH-99257: Check the owner's type when specializing slots (GH-99258) | Brandt Bucher | 2022-11-10 | 1 | -0/+67 |
| | |||||
* | GH-94822: Don't specialize when metaclasses are involved (GH-94892) | Brandt Bucher | 2022-07-18 | 1 | -0/+344 |
| | |||||
* | bpo-42266: Handle monkey-patching descriptors in LOAD_ATTR cache (GH-23157) | Pablo Galindo | 2020-11-05 | 1 | -0/+23 |