René's URL Explorer Experiment


Title: gh-149584: Fix excessive overhead in the Tachyon profiler regarding the cache behavior by pablogsal · Pull Request #149649 · python/cpython · GitHub

Open Graph Title: gh-149584: Fix excessive overhead in the Tachyon profiler regarding the cache behavior by pablogsal · Pull Request #149649 · python/cpython

X Title: gh-149584: Fix excessive overhead in the Tachyon profiler regarding the cache behavior by pablogsal · Pull Request #149649 · python/cpython

Description: Some ideas after the discussion in the issue with @maurycy. The profiler was spending too much time on repeated remote-memory bookkeeping, full remote page reads for small fixed-size structs, repeated remote writes of unchanged frame-cache state, and Python object allocation churn on steady-state frame-cache hits. This PR improves the profiler by: reading hot interpreter/thread/frame structs with exact remote reads instead of page-cache reads tracking the number of live page-cache entries so cache clear/search only scans the used prefix batching predicted interpreter/thread/frame reads with process_vm_readv() on Linux reusing cached FrameInfo and thread id objects when frame-cache hits dominate The last_profiled_frame remote-write suppression is already present in current upstream/main, so this branch keeps that baseline behavior and builds on top of it. Benchmark Benchmarked with: ./python Tools/inspection/benchmark_external_inspection.py --duration 3 For the per-commit measurements, I used the same benchmark workload in quiet mode with cache_frames=True and all_threads=True. Step Work rate Sample rate Avg call time Incremental win upstream/main baseline 382,593/s 363,963/s 2.614 us - Exact reads for hot structs 549,741/s 514,642/s 1.819 us +167,148/s (+43.7%) Track live page-cache entries 747,946/s 688,282/s 1.337 us +198,205/s (+36.1%) Batch predicted remote reads 897,703/s 806,084/s 1.114 us +149,756/s (+20.0%) Reuse profiler result objects 1,187,314/s 1,047,698/s 0.842 us +289,611/s (+32.3%) Final benchmark using the benchmark script: Metric Baseline Final Change Work rate 382,593/s 1,180,434/s 3.08x faster Sample rate 363,963/s 1,038,965/s 2.85x faster Avg call time 2.614 us 0.85 us -67.5% Success rate 99.67% 99.84% +0.17 pp Final benchmark output: Average call time: 0.85 us Work rate: 1,180,434.2 calls/sec Sample rate: 1,038,964.9 samples/sec Success rate: 99.84% Issue: gh-149584

Open Graph Description: Some ideas after the discussion in the issue with @maurycy. The profiler was spending too much time on repeated remote-memory bookkeeping, full remote page reads for small fixed-size structs, repea...

X Description: Some ideas after the discussion in the issue with @maurycy. The profiler was spending too much time on repeated remote-memory bookkeeping, full remote page reads for small fixed-size structs, repea...

Opengraph URL: https://github.com/python/cpython/pull/149649

X: @github

direct link

Domain: github.com

route-pattern/:user_id/:repository/pull/:id/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:5231cd63-b8cd-ba87-3add-e7f724e58cd1
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-idA2A0:14BBA:91F077:C9E113:6A539328
html-safe-noncee9c7b90fa06a1badfc1f319c2a1b7f3d315ced3dab58f95d5a78211879cba79a
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJBMkEwOjE0QkJBOjkxRjA3NzpDOUUxMTM6NkE1MzkzMjgiLCJ2aXNpdG9yX2lkIjoiNjg0NjYwMDY5Mzk1ODI4NDA3MiIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmac70f4ca8a42f90605f0c252e911150157b61caf79dc86ed3a957a7eb761dd407f
hovercard-subject-tagpull_request:3657948406
github-keyboard-shortcutsrepository,pull-request-list,pull-request-conversation,pull-request-files-changed,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///pull_requests/show/files
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/python/cpython/pull/149649/files
twitter:imagehttps://avatars.githubusercontent.com/u/11718525?s=400&v=4
twitter:cardsummary_large_image
og:imagehttps://avatars.githubusercontent.com/u/11718525?s=400&v=4
og:image:altSome ideas after the discussion in the issue with @maurycy. The profiler was spending too much time on repeated remote-memory bookkeeping, full remote page reads for small fixed-size structs, repea...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
Noneb9a586c06a05a7a86fc7e3f4dbd03e42f6869085879aa184aa6369456dbd50fb
turbo-cache-controlno-preview
diff-viewunified
go-importgithub.com/python/cpython git https://github.com/python/cpython.git
octolytics-dimension-user_id1525981
octolytics-dimension-user_loginpython
octolytics-dimension-repository_id81598961
octolytics-dimension-repository_nwopython/cpython
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id81598961
octolytics-dimension-repository_network_root_nwopython/cpython
turbo-body-classeslogged-out env-production page-responsive full-width
disable-turbotrue
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release07a982c1d40157c619b364352b704c3ce66bb332
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/python/cpython/pull/149649/files#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fpython%2Fcpython%2Fpull%2F149649%2Ffiles
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub Copilot appDirect agents from issue to mergehttps://github.com/features/ai/github-app
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
View all resourceshttps://github.com/resources
GitHub SponsorsFund open source developershttps://github.com/open-source/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/open-source/accelerator
GitHub Starshttps://stars.github.com
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/enterprise/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fpython%2Fcpython%2Fpull%2F149649%2Ffiles
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fpull_requests%2Fshow%2Ffiles&source=header-repo&source_repo=python%2Fcpython
Reloadhttps://github.com/python/cpython/pull/149649/files
Reloadhttps://github.com/python/cpython/pull/149649/files
Reloadhttps://github.com/python/cpython/pull/149649/files
Please reload this pagehttps://github.com/python/cpython/pull/149649/files
python https://github.com/python
cpythonhttps://github.com/python/cpython
Please reload this pagehttps://github.com/python/cpython/pull/149649/files
Notifications https://github.com/login?return_to=%2Fpython%2Fcpython
Fork 35k https://github.com/login?return_to=%2Fpython%2Fcpython
Star 73.8k https://github.com/login?return_to=%2Fpython%2Fcpython
Code https://github.com/python/cpython
Issues 5k+ https://github.com/python/cpython/issues
Pull requests 2.3k https://github.com/python/cpython/pulls
Actions https://github.com/python/cpython/actions
Projects https://github.com/python/cpython/projects
Security and quality 0 https://github.com/python/cpython/security
Insights https://github.com/python/cpython/pulse
Code https://github.com/python/cpython
Issues https://github.com/python/cpython/issues
Pull requests https://github.com/python/cpython/pulls
Actions https://github.com/python/cpython/actions
Projects https://github.com/python/cpython/projects
Security and quality https://github.com/python/cpython/security
Insights https://github.com/python/cpython/pulse
Sign up for GitHub https://github.com/signup?return_to=%2Fpython%2Fcpython%2Fissues%2Fnew%2Fchoose
terms of servicehttps://docs.github.com/terms
privacy statementhttps://docs.github.com/privacy
Sign inhttps://github.com/login?return_to=%2Fpython%2Fcpython%2Fissues%2Fnew%2Fchoose
pablogsalhttps://github.com/pablogsal
python:mainhttps://github.com/python/cpython/tree/main
pablogsal:speedupshttps://github.com/pablogsal/cpython/tree/speedups
Conversation 35 https://github.com/python/cpython/pull/149649
Commits 11 https://github.com/python/cpython/pull/149649/commits
Checks 57 https://github.com/python/cpython/pull/149649/checks
Files changed https://github.com/python/cpython/pull/149649/files
Please reload this pagehttps://github.com/python/cpython/pull/149649/files
gh-149584: Fix excessive overhead in the Tachyon profiler regarding the cache behavior https://github.com/python/cpython/pull/149649/files#top
Show all changes 11 commits https://github.com/python/cpython/pull/149649/files
c5520d3 gh-149584: Avoid page reads for hot profiler structs pablogsal May 10, 2026 https://github.com/python/cpython/pull/149649/commits/c5520d361c87a7993799e3e98db335d83aec7070
8be8d7d gh-149584: Track live remote page cache entries pablogsal May 10, 2026 https://github.com/python/cpython/pull/149649/commits/8be8d7d6a825d5ab1aaa6e25b81a31c02f90eee5
5dc0309 gh-149584: Batch predicted profiler reads pablogsal May 10, 2026 https://github.com/python/cpython/pull/149649/commits/5dc0309fb79fa09d4f4961d589982a6cea96247c
c69a0f3 gh-149584: Reuse profiler result objects pablogsal May 10, 2026 https://github.com/python/cpython/pull/149649/commits/c69a0f361700db334d41615c9c6b647f5ef353c1
7a85c9a gh-149584: Add NEWS for Tachyon profiler overhead fix pablogsal May 10, 2026 https://github.com/python/cpython/pull/149649/commits/7a85c9a720d4687cf97ccd9f4c36bb6d5cd95a53
46a0b2c Address review feedback pablogsal May 12, 2026 https://github.com/python/cpython/pull/149649/commits/46a0b2cd48a690492e2fca0e94367113ed8de69a
f7fe3be Add async benchmark modes pablogsal May 12, 2026 https://github.com/python/cpython/pull/149649/commits/f7fe3beda1d911455fe36ec50901a7e745219548
2995187 cleanp pablogsal May 12, 2026 https://github.com/python/cpython/pull/149649/commits/299518714a0eb33bf9621a785ba402a09464ec66
d576d38 small cleanp pablogsal May 13, 2026 https://github.com/python/cpython/pull/149649/commits/d576d388020bc283a145fea4bd634ec3b2cd9f47
05799a7 fixup! small cleanp May 19, 2026 https://github.com/python/cpython/pull/149649/commits/05799a748a7bc0a6e75bdca5134f0bbe324632e4
4245b13 fixup! fixup! small cleanp May 20, 2026 https://github.com/python/cpython/pull/149649/commits/4245b13b7121c05d2a961e1426ed652ea105baa8
Clear filters https://github.com/python/cpython/pull/149649/files
Please reload this pagehttps://github.com/python/cpython/pull/149649/files
Please reload this pagehttps://github.com/python/cpython/pull/149649/files
sample.py https://github.com/python/cpython/pull/149649/files#diff-c8bfacf5f7619a6d4ed5ace017d3c4baca18851fcdaf93f8a3814ca69f5b7a06
test_external_inspection.py https://github.com/python/cpython/pull/149649/files#diff-e23d1425a6f43944cb282709edbeacfa2398f4cd4c109e59dd49366dac46f2d7
2026-05-10-19-26-50.gh-issue-149584.x7Qm9A.rst https://github.com/python/cpython/pull/149649/files#diff-aa773e59674dc3061e9fb0937646a8ba55849002b5e6488b42ad0cc544cbf58a
_remote_debugging.h https://github.com/python/cpython/pull/149649/files#diff-a6ce0bef7825b17047f05fdec7aa610bc1d2d2b368e72b6871a79c3b1d2dfaf9
module.c.h https://github.com/python/cpython/pull/149649/files#diff-2d77f9076431c6bf915dddc94789761eb0f429fc4225274c067b40b099199ee2
code_objects.c https://github.com/python/cpython/pull/149649/files#diff-7a3c8c03163c5074587f4e61379218623a18e9bb695bad5285d44092be573206
frame_cache.c https://github.com/python/cpython/pull/149649/files#diff-70bbc64c9452070078ec233bc3d955470f870886de9b1fd46e8f3d386b0dcb9d
frames.c https://github.com/python/cpython/pull/149649/files#diff-7d46b926220bc5035fbce1ec940bb27482bcd7683fdcbc1f60b1fd2bb9bf6f41
module.c https://github.com/python/cpython/pull/149649/files#diff-9676fd8cee6e0d841f42f405a8e33a434fbebbc861207051571c97cef17c4108
threads.c https://github.com/python/cpython/pull/149649/files#diff-6cb0e37d99f0b76992ce6170feb1853dc26762bb1fd7e12ef30436b71198b8bb
remote_debug.h https://github.com/python/cpython/pull/149649/files#diff-b9d5f29e160364d4616b4bcc3b04538fca8d1d1cca809af4196bcaf16c7c5d40
benchmark_external_inspection.py https://github.com/python/cpython/pull/149649/files#diff-751cdb5bae3d1d8d58b6ec72c71347d76b7b9f31f84e7cd950229c22a451b1ef
https://github.com/python/cpython/blob/main/.github/CODEOWNERS#L557
Lib/profiling/sampling/sample.pyhttps://github.com/python/cpython/pull/149649/files#diff-c8bfacf5f7619a6d4ed5ace017d3c4baca18851fcdaf93f8a3814ca69f5b7a06
View file https://github.com/pablogsal/cpython/blob/4245b13b7121c05d2a961e1426ed652ea105baa8/Lib/profiling/sampling/sample.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/python/cpython/pull/149649/{{ revealButtonHref }}
https://github.com/python/cpython/pull/149649/files#diff-c8bfacf5f7619a6d4ed5ace017d3c4baca18851fcdaf93f8a3814ca69f5b7a06
https://github.com/python/cpython/pull/149649/files#diff-c8bfacf5f7619a6d4ed5ace017d3c4baca18851fcdaf93f8a3814ca69f5b7a06
Lib/test/test_external_inspection.pyhttps://github.com/python/cpython/pull/149649/files#diff-e23d1425a6f43944cb282709edbeacfa2398f4cd4c109e59dd49366dac46f2d7
View file https://github.com/pablogsal/cpython/blob/4245b13b7121c05d2a961e1426ed652ea105baa8/Lib/test/test_external_inspection.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/python/cpython/pull/149649/{{ revealButtonHref }}
https://github.com/python/cpython/pull/149649/files#diff-e23d1425a6f43944cb282709edbeacfa2398f4cd4c109e59dd49366dac46f2d7
https://github.com/python/cpython/pull/149649/files#diff-e23d1425a6f43944cb282709edbeacfa2398f4cd4c109e59dd49366dac46f2d7
Misc/NEWS.d/next/Library/2026-05-10-19-26-50.gh-issue-149584.x7Qm9A.rsthttps://github.com/python/cpython/pull/149649/files#diff-aa773e59674dc3061e9fb0937646a8ba55849002b5e6488b42ad0cc544cbf58a
View file https://github.com/pablogsal/cpython/blob/4245b13b7121c05d2a961e1426ed652ea105baa8/Misc/NEWS.d/next/Library/2026-05-10-19-26-50.gh-issue-149584.x7Qm9A.rst
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/python/cpython/pull/149649/{{ revealButtonHref }}
https://github.com/python/cpython/blob/main/.github/CODEOWNERS#L338
Modules/_remote_debugging/_remote_debugging.hhttps://github.com/python/cpython/pull/149649/files#diff-a6ce0bef7825b17047f05fdec7aa610bc1d2d2b368e72b6871a79c3b1d2dfaf9
View file https://github.com/pablogsal/cpython/blob/4245b13b7121c05d2a961e1426ed652ea105baa8/Modules/_remote_debugging/_remote_debugging.h
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/python/cpython/pull/149649/{{ revealButtonHref }}
https://github.com/python/cpython/pull/149649/files#diff-a6ce0bef7825b17047f05fdec7aa610bc1d2d2b368e72b6871a79c3b1d2dfaf9
https://github.com/python/cpython/pull/149649/files#diff-a6ce0bef7825b17047f05fdec7aa610bc1d2d2b368e72b6871a79c3b1d2dfaf9
https://github.com/python/cpython/pull/149649/files#diff-a6ce0bef7825b17047f05fdec7aa610bc1d2d2b368e72b6871a79c3b1d2dfaf9
maurycyhttps://github.com/maurycy
May 20, 2026https://github.com/python/cpython/pull/149649/files#r3271107548
Learn morehttps://docs.github.com/articles/managing-disruptive-comments/#hiding-a-comment
Please reload this pagehttps://github.com/python/cpython/pull/149649/files
pablogsalhttps://github.com/pablogsal
May 20, 2026https://github.com/python/cpython/pull/149649/files#r3271370311
Please reload this pagehttps://github.com/python/cpython/pull/149649/files
Learn morehttps://docs.github.com/articles/managing-disruptive-comments/#hiding-a-comment
Please reload this pagehttps://github.com/python/cpython/pull/149649/files
https://github.com/python/cpython/pull/149649/files#diff-a6ce0bef7825b17047f05fdec7aa610bc1d2d2b368e72b6871a79c3b1d2dfaf9
https://github.com/python/cpython/pull/149649/files#diff-a6ce0bef7825b17047f05fdec7aa610bc1d2d2b368e72b6871a79c3b1d2dfaf9
https://github.com/python/cpython/pull/149649/files#diff-a6ce0bef7825b17047f05fdec7aa610bc1d2d2b368e72b6871a79c3b1d2dfaf9
https://github.com/python/cpython/pull/149649/files#diff-a6ce0bef7825b17047f05fdec7aa610bc1d2d2b368e72b6871a79c3b1d2dfaf9
https://github.com/python/cpython/pull/149649/files#diff-a6ce0bef7825b17047f05fdec7aa610bc1d2d2b368e72b6871a79c3b1d2dfaf9
https://github.com/python/cpython/pull/149649/files#diff-a6ce0bef7825b17047f05fdec7aa610bc1d2d2b368e72b6871a79c3b1d2dfaf9
https://github.com/python/cpython/pull/149649/files#diff-a6ce0bef7825b17047f05fdec7aa610bc1d2d2b368e72b6871a79c3b1d2dfaf9
https://github.com/python/cpython/pull/149649/files#diff-a6ce0bef7825b17047f05fdec7aa610bc1d2d2b368e72b6871a79c3b1d2dfaf9
https://github.com/python/cpython/pull/149649/files#diff-a6ce0bef7825b17047f05fdec7aa610bc1d2d2b368e72b6871a79c3b1d2dfaf9
https://github.com/python/cpython/pull/149649/files#diff-a6ce0bef7825b17047f05fdec7aa610bc1d2d2b368e72b6871a79c3b1d2dfaf9
https://github.com/python/cpython/pull/149649/files#diff-a6ce0bef7825b17047f05fdec7aa610bc1d2d2b368e72b6871a79c3b1d2dfaf9
https://github.com/python/cpython/pull/149649/files#diff-a6ce0bef7825b17047f05fdec7aa610bc1d2d2b368e72b6871a79c3b1d2dfaf9
https://github.com/python/cpython/pull/149649/files#diff-a6ce0bef7825b17047f05fdec7aa610bc1d2d2b368e72b6871a79c3b1d2dfaf9
Modules/_remote_debugging/clinic/module.c.hhttps://github.com/python/cpython/pull/149649/files#diff-2d77f9076431c6bf915dddc94789761eb0f429fc4225274c067b40b099199ee2
View file https://github.com/pablogsal/cpython/blob/4245b13b7121c05d2a961e1426ed652ea105baa8/Modules/_remote_debugging/clinic/module.c.h
Open in desktop https://desktop.github.com
how customized files appear on GitHubhttps://docs.github.com/github/administering-a-repository/customizing-how-changed-files-appear-on-github
Please reload this pagehttps://github.com/python/cpython/pull/149649/files
https://github.com/python/cpython/blob/main/.github/CODEOWNERS#L338
Modules/_remote_debugging/code_objects.chttps://github.com/python/cpython/pull/149649/files#diff-7a3c8c03163c5074587f4e61379218623a18e9bb695bad5285d44092be573206
View file https://github.com/pablogsal/cpython/blob/4245b13b7121c05d2a961e1426ed652ea105baa8/Modules/_remote_debugging/code_objects.c
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/python/cpython/pull/149649/{{ revealButtonHref }}
https://github.com/python/cpython/pull/149649/files#diff-7a3c8c03163c5074587f4e61379218623a18e9bb695bad5285d44092be573206
https://github.com/python/cpython/pull/149649/files#diff-7a3c8c03163c5074587f4e61379218623a18e9bb695bad5285d44092be573206
https://github.com/python/cpython/pull/149649/files#diff-7a3c8c03163c5074587f4e61379218623a18e9bb695bad5285d44092be573206
Please reload this pagehttps://github.com/python/cpython/pull/149649/files
https://github.com/python/cpython/pull/149649/files#diff-7a3c8c03163c5074587f4e61379218623a18e9bb695bad5285d44092be573206
https://github.com/python/cpython/pull/149649/files#diff-7a3c8c03163c5074587f4e61379218623a18e9bb695bad5285d44092be573206
https://github.com/python/cpython/pull/149649/files#diff-7a3c8c03163c5074587f4e61379218623a18e9bb695bad5285d44092be573206
https://github.com/python/cpython/blob/main/.github/CODEOWNERS#L338
Modules/_remote_debugging/frame_cache.chttps://github.com/python/cpython/pull/149649/files#diff-70bbc64c9452070078ec233bc3d955470f870886de9b1fd46e8f3d386b0dcb9d
View file https://github.com/pablogsal/cpython/blob/4245b13b7121c05d2a961e1426ed652ea105baa8/Modules/_remote_debugging/frame_cache.c
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/python/cpython/pull/149649/{{ revealButtonHref }}
https://github.com/python/cpython/pull/149649/files#diff-70bbc64c9452070078ec233bc3d955470f870886de9b1fd46e8f3d386b0dcb9d
https://github.com/python/cpython/pull/149649/files#diff-70bbc64c9452070078ec233bc3d955470f870886de9b1fd46e8f3d386b0dcb9d
https://github.com/python/cpython/pull/149649/files#diff-70bbc64c9452070078ec233bc3d955470f870886de9b1fd46e8f3d386b0dcb9d
https://github.com/python/cpython/pull/149649/files#diff-70bbc64c9452070078ec233bc3d955470f870886de9b1fd46e8f3d386b0dcb9d
https://github.com/python/cpython/pull/149649/files#diff-70bbc64c9452070078ec233bc3d955470f870886de9b1fd46e8f3d386b0dcb9d
https://github.com/python/cpython/pull/149649/files#diff-70bbc64c9452070078ec233bc3d955470f870886de9b1fd46e8f3d386b0dcb9d
https://github.com/python/cpython/pull/149649/files#diff-70bbc64c9452070078ec233bc3d955470f870886de9b1fd46e8f3d386b0dcb9d
https://github.com/python/cpython/pull/149649/files#diff-70bbc64c9452070078ec233bc3d955470f870886de9b1fd46e8f3d386b0dcb9d
https://github.com/python/cpython/pull/149649/files#diff-70bbc64c9452070078ec233bc3d955470f870886de9b1fd46e8f3d386b0dcb9d
Please reload this pagehttps://github.com/python/cpython/pull/149649/files
Please reload this pagehttps://github.com/python/cpython/pull/149649/files
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.