gh-128421: Add locking to most frame object functions by colesbury · Pull Request #131479 · python/cpython · GitHub

github.com

Tin mới

colesbury:gh-128421-frame

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

data races in frame inspection and tracebacks #128421

topic-free-threading

topic-free-threading

: Add locking to most frame object functions

awaiting core review

awaiting core review

View reviewed changes

Add missing critical sections

View reviewed changes

Add additional locks

Merge branch 'main' into

View reviewed changes

Learn more about hiding disruptive comments

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

: Fix performance regerssion from adding locks to frames

: Fix performance regerssion from adding locks to frames

: Fix performance regeression from adding locks to frames

gh-117657: Make frame clearing thread-safe #120542

Crash when inspecting frame of other thread in free-threaded build #118680

Free-threaded build: reading a sys._current_frames() frame is a use-after-free #152355