gh-93911: `LOAD_ATTR_PROPERTY` by Fidget-Spinner · Pull Request #93912 · python/cpython · GitHub

github.com

Tin mới

Fidget-Spinner:load_attr_property

GitHub CopilotWrite better code with AI

GitHub Copilot appDirect agents from issue to merge

ActionsAutomate any workflow

CodespacesInstant dev environments

IssuesPlan and track work

Code ReviewManage code changes

Code QualityEnforce quality at merge

GitHub Advanced SecurityFind and fix vulnerabilities

Code securitySecure your code as you build

Secret protectionStop leaks before they start

View all use cases

Financial services

View all industries

Software Development

GitHub SponsorsFund open source developers

Copilot for BusinessEnterprise-grade AI features

Premium SupportEnterprise-grade 24/7 support

Pull requests 2.6k

Security and quality 0

More LOAD_ATTR specializations

📜🤖 Added by blurb_it.

fix compiler warnings

Fix double backticks

Apply Mark's suggestions

try to fix compiler warnings

re-enable LOAD_ATTR_CLASS_MUTABLE_DESCRIPTOR

Remove double stat count

remove LOAD_ATTR_MUTABLE_CLASS_DESCRIPTOR

Delete 2022-06-16-08-56-26.gh-issue-93657.AZG2WT.rst

awaiting core review

📜🤖 Added by blurb_it.

View reviewed changes

Learn more about hiding disruptive comments

The reason will be displayed to describe this comment to others. Learn more.

https://github.com/python/pyperformance/search?q=property

No, and I don't expect it to affect pypyerformance. None of the pyperformance benchmarks have property. It's only in the stats because pyperformance itself uses it. https://github.com/python/pyperformance/search?q=proper

fix up stats and deopt

GH-93897: Store frame size in code object and de-opt if insufficient space on thread frame stack. #93908

Use 32 bit func_version

remove the version check

Revert 30935 defer bpo45162 to 312 (

emscripten-core/emscripten#17269

https://github.com/python/cpython/issue/89336

Change in semantics and much worse performance for enum members. #93910

perf: Add fast path for Version to Version comparison by skipping _key property pypa/packaging#1083