René's URL Explorer Experiment


Title: bpo-43693: Add new internal code objects fields: co_fastlocalnames and co_fastlocalkinds. by ericsnowcurrently · Pull Request #26388 · python/cpython · GitHub

Open Graph Title: bpo-43693: Add new internal code objects fields: co_fastlocalnames and co_fastlocalkinds. by ericsnowcurrently · Pull Request #26388 · python/cpython

X Title: bpo-43693: Add new internal code objects fields: co_fastlocalnames and co_fastlocalkinds. by ericsnowcurrently · Pull Request #26388 · python/cpython

Description: A number of places in the code base (notably ceval.c and frameobject.c) rely on mapping variable names to indices in the frame "locals plus" array (AKA fast locals), and thus opargs. Currently the compiler indirectly encodes that information on the code object as the tuples co_varnames, co_cellvars, and co_freevars. At runtime the dependent code must calculate the proper mapping from those, which isn't ideal and impacts performance-sensitive sections. This is something we can easily address in the compiler instead. This PR addresses the situation by replacing internal use of co_varnames, etc. with a single combined tuple of names in locals-plus order, along with a minimal array mapping each to its kind (local vs. cell vs. free). These two new PyCodeObject fields, co_fastlocalnames and co_fastllocalkinds, are not exposed to Python code for now, but co_varnames, etc. are still available with the same values as before (though computed lazily). Aside from the (mild) performance impact, there are a number of other benefits: there's now a clear, direct relationship between locals-plus and variables code that relies on the locals-plus-to-name mapping is simpler marshaled code objects are smaller and serialize/de-serialize faster Also note that we can take this approach further by expanding the possible values in co_fastlocalkinds to include specific argument types (e.g. positional-only, kwargs). Doing so would allow further speed-ups in _PyEval_MakeFrameVector(), which is where args get unpacked into the locals-plus array. It would also allow us to shrink marshaled code objects even further. (FYI, I have a later PR that relies on having this direct mapping instead of co_varnames.) FWIW, if this PR is too big I can split it up between "add the fields" and "use the fields". However, typically in this project we keep those together in one change. https://bugs.python.org/issue43693

Open Graph Description: A number of places in the code base (notably ceval.c and frameobject.c) rely on mapping variable names to indices in the frame "locals plus" array (AKA fast locals), and thus opargs. Cur...

X Description: A number of places in the code base (notably ceval.c and frameobject.c) rely on mapping variable names to indices in the frame "locals plus" array (AKA fast locals), and thus opar...

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

X: @github

direct link

Domain: github.com

route-pattern/:user_id/:repository/pull/:id/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:2404ba10-4014-82c6-ff3c-fb4ecf057b65
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-id94F8:2CC7FA:92884:C088E:696AF955
html-safe-nonceae8368a69948c12865c6a3a55d7b89d34280edcf370ba35eb4cc0ae55580b858
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI5NEY4OjJDQzdGQTo5Mjg4NDpDMDg4RTo2OTZBRjk1NSIsInZpc2l0b3JfaWQiOiI0OTI1ODM4OTc2NDA1NDAzOTg5IiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0=
visitor-hmacaa1d76e934583261cf097cbb7c7c2ace4d7d2c39948485e1791453c3cdca1c3f
hovercard-subject-tagpull_request:654187971
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/26388/files
twitter:imagehttps://avatars.githubusercontent.com/u/1152074?s=400&v=4
twitter:cardsummary_large_image
og:imagehttps://avatars.githubusercontent.com/u/1152074?s=400&v=4
og:image:altA number of places in the code base (notably ceval.c and frameobject.c) rely on mapping variable names to indices in the frame "locals plus" array (AKA fast locals), and thus opargs. Cur...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
None5f99f7c1d70f01da5b93e5ca90303359738944d8ab470e396496262c66e60b8d
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
release82560a55c6b2054555076f46e683151ee28a19bc
ui-targetcanary-1
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/python/cpython/pull/26388/files#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fpython%2Fcpython%2Fpull%2F26388%2Ffiles
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
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
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
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/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%2F26388%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/26388/files
Reloadhttps://github.com/python/cpython/pull/26388/files
Reloadhttps://github.com/python/cpython/pull/26388/files
python https://github.com/python
cpythonhttps://github.com/python/cpython
Please reload this pagehttps://github.com/python/cpython/pull/26388/files
Notifications https://github.com/login?return_to=%2Fpython%2Fcpython
Fork 33.9k https://github.com/login?return_to=%2Fpython%2Fcpython
Star 71.1k 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.1k https://github.com/python/cpython/pulls
Actions https://github.com/python/cpython/actions
Projects 31 https://github.com/python/cpython/projects
Security Uh oh! There was an error while loading. Please reload this page. https://github.com/python/cpython/security
Please reload this pagehttps://github.com/python/cpython/pull/26388/files
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 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
ericsnowcurrentlyhttps://github.com/ericsnowcurrently
python:mainhttps://github.com/python/cpython/tree/main
ericsnowcurrently:fast-local-kindshttps://github.com/ericsnowcurrently/cpython/tree/fast-local-kinds
Conversation 41 https://github.com/python/cpython/pull/26388
Commits 31 https://github.com/python/cpython/pull/26388/commits
Checks 0 https://github.com/python/cpython/pull/26388/checks
Files changed https://github.com/python/cpython/pull/26388/files
Please reload this pagehttps://github.com/python/cpython/pull/26388/files
bpo-43693: Add new internal code objects fields: co_fastlocalnames and co_fastlocalkinds. https://github.com/python/cpython/pull/26388/files#top
Show all changes 31 commits https://github.com/python/cpython/pull/26388/files
a5edf53 Add co_fastlocalnames and co_fastlocalkinds. ericsnowcurrently May 20, 2021 https://github.com/python/cpython/pull/26388/commits/a5edf53b8520708f7a517bbc69ad1731ea881329
3cf1539 Populate the fast locals info first. ericsnowcurrently May 26, 2021 https://github.com/python/cpython/pull/26388/commits/3cf153974eadb0b35172aae0deba37715198b15c
3f11732 Allow co_varnames and friends to be NULL. ericsnowcurrently May 21, 2021 https://github.com/python/cpython/pull/26388/commits/3f1173253405f95639121874e0344cc4922763ac
a492565 Update the import magic number. ericsnowcurrently May 21, 2021 https://github.com/python/cpython/pull/26388/commits/a4925658685fa8b678cfca50c7d495df65e4bc98
0ff263e Regen a couple more files. ericsnowcurrently May 22, 2021 https://github.com/python/cpython/pull/26388/commits/0ff263e1d013fd94f4f5883e0b01ab613d1bd33b
90f4e8a Add a NEWS entry. ericsnowcurrently May 22, 2021 https://github.com/python/cpython/pull/26388/commits/90f4e8a5620774face5ddc8a7127a9bc6704c79f
ee10bb3 Fix the arg-is-cell case. ericsnowcurrently May 24, 2021 https://github.com/python/cpython/pull/26388/commits/ee10bb3fc125170b6c4d33098670d3e029cf851b
861f90c Use int for counts instead of Py_ssize_t. ericsnowcurrently May 25, 2021 https://github.com/python/cpython/pull/26388/commits/861f90ca2118cd56e9d6075d189822368cad3ae0
4d97056 Switch co_fastlocalkinds to a variable length array. ericsnowcurrently May 25, 2021 https://github.com/python/cpython/pull/26388/commits/4d970564de6c249cab211858c1fc4fb99c307c5a
f67e7eb Fix a "smelly" symbol. ericsnowcurrently May 26, 2021 https://github.com/python/cpython/pull/26388/commits/f67e7ebc5b861a072baddacf9cb55777efa0e567
c5d0ad2 Fix PyFrame_FastToLocals() and PyFrame_LocalsToFast(). ericsnowcurrently May 26, 2021 https://github.com/python/cpython/pull/26388/commits/c5d0ad25ef7e85a6d533ce3b7bcba7a1fc2f8729
b9a975c Fix a typo. ericsnowcurrently May 26, 2021 https://github.com/python/cpython/pull/26388/commits/b9a975cf2c73a5ccd523e58eb811ae20c615d2d7
3b01a5f Regen other files. ericsnowcurrently May 26, 2021 https://github.com/python/cpython/pull/26388/commits/3b01a5f744cc97bf3145db4f7e4baac1077b64f8
19465f4 Fix the gdb script. ericsnowcurrently May 26, 2021 https://github.com/python/cpython/pull/26388/commits/19465f4db7f638d6509d3e3561f7473c457fd2c1
93c3568 lint ericsnowcurrently May 26, 2021 https://github.com/python/cpython/pull/26388/commits/93c3568629a8c1bb30dad60938e25fa7206d65a5
418da97 Expose co_fastlocalnames to Python code. ericsnowcurrently May 27, 2021 https://github.com/python/cpython/pull/26388/commits/418da97d1f3f89c33b6198bccedd2c128ef39cdd
9de74bd Update the dis docs. ericsnowcurrently May 27, 2021 https://github.com/python/cpython/pull/26388/commits/9de74bd43ae85a08ebf5806d31b2765179d752a3
e50e286 Use co_fastlocalnames in the dis module. ericsnowcurrently May 27, 2021 https://github.com/python/cpython/pull/26388/commits/e50e286155dcbca40aca525f441b2028ab9f77b6
f0fda39 Fix some comments. ericsnowcurrently May 27, 2021 https://github.com/python/cpython/pull/26388/commits/f0fda398941b397d77d2180b2dd9c1e7dceddc4d
361ca0a Drop "inline" from some big functions. ericsnowcurrently May 27, 2021 https://github.com/python/cpython/pull/26388/commits/361ca0a6f91c820717e8d40857e64595c8ebbbc6
bbdaada Clarify that we only look through the free vars in super_init_without… ericsnowcurrently May 27, 2021 https://github.com/python/cpython/pull/26388/commits/bbdaada6aa71677ff44aa51ce522cd14b45328ad
8c100d9 Clarify about the case where a "fast" arg is also a cell. ericsnowcurrently May 27, 2021 https://github.com/python/cpython/pull/26388/commits/8c100d9ccbcfded956e6524559337b11ea029bf5
505536e Use a private getter function for co_fastlocalnames instead of a prop… ericsnowcurrently May 27, 2021 https://github.com/python/cpython/pull/26388/commits/505536ee7dc77c810d484409e67e0b96b961cf88
885e435 Drop the arg-related flags. ericsnowcurrently Jun 2, 2021 https://github.com/python/cpython/pull/26388/commits/885e43584f95745b89e6e207c4e659ee02882fd5
29e1c2a Leave the bottom numbers for locals kinds. ericsnowcurrently Jun 2, 2021 https://github.com/python/cpython/pull/26388/commits/29e1c2ac39b344e9111239966cea29e99900bd76
235e4aa "fastlocal" -> "localsplus" ericsnowcurrently Jun 2, 2021 https://github.com/python/cpython/pull/26388/commits/235e4aa3f9a9dd0978edbea1eb1ce61f3b59a266
13fe60d Add a note about "locals plus" and variable kinds. ericsnowcurrently Jun 2, 2021 https://github.com/python/cpython/pull/26388/commits/13fe60de9c151cb3675dbab81ae921b845e170db
fba56f5 co._get_localsplusnames() -> co._varname_from_oparg() ericsnowcurrently Jun 2, 2021 https://github.com/python/cpython/pull/26388/commits/fba56f5aebaf653653e0dfe64fc57996aac570c8
68c7776 Fix the gdb hooks. ericsnowcurrently Jun 2, 2021 https://github.com/python/cpython/pull/26388/commits/68c7776da90bee76f4654ebb5bd501cd9dee9af6
e10e7da Be more strict about types. ericsnowcurrently Jun 3, 2021 https://github.com/python/cpython/pull/26388/commits/e10e7da2f93b7b07f33df8531cfb57e80bb9120d
87cb192 Add a TODO about "_PyCodeConstructor.argcount". ericsnowcurrently Jun 3, 2021 https://github.com/python/cpython/pull/26388/commits/87cb1926a0e0a48490c653006c98fb3aa507e64c
Clear filters https://github.com/python/cpython/pull/26388/files
Please reload this pagehttps://github.com/python/cpython/pull/26388/files
Please reload this pagehttps://github.com/python/cpython/pull/26388/files
dis.rst https://github.com/python/cpython/pull/26388/files#diff-eaa488fc50d23b30ca8b24ab19e9c91c1c941339847af993e908f006eec0653b
code.h https://github.com/python/cpython/pull/26388/files#diff-b0fcb97ad50c6f97009037466945581575bc3b18633dc8b32a38f633950144c2
pycore_code.h https://github.com/python/cpython/pull/26388/files#diff-97ea1759f82531a45fa685065ff86bc1077c3ab3d5f65220eea48b7730032bc8
test_values.py https://github.com/python/cpython/pull/26388/files#diff-585da082d7384c9fadac4e368d9e133f98c9b5493050fcad9f2dcd6f37f41c2d
dis.py https://github.com/python/cpython/pull/26388/files#diff-96747735ee3c8aed3dd0f4c1b1ab0310eeb344577b14887cc9f6605892df47a8
_bootstrap_external.py https://github.com/python/cpython/pull/26388/files#diff-efefe383b3a81d16150c280db0b64eed7569254299418f64cc0d749f8e16f3a4
2021-05-21-20-53-49.bpo-43693.-NN3J_.rst https://github.com/python/cpython/pull/26388/files#diff-5b7a06184372d5b0bc18f050e1449fff51fde6a1674a25448e4e8cc99c1529ee
codeobject.c.h https://github.com/python/cpython/pull/26388/files#diff-e625a87deb129f82e7011cd3c5d9338f61f34089a5e61acf570e1c8b7f30dafd
codeobject.c https://github.com/python/cpython/pull/26388/files#diff-6f869eb8beb7cbe4bc6817584b99ad567f88962fa67f7beca25d009dc401234d
frameobject.c https://github.com/python/cpython/pull/26388/files#diff-7b8cef249e5cca077d30de4e428a6bde6b9b803464e790e9cffa7e052e19efdd
typeobject.c https://github.com/python/cpython/pull/26388/files#diff-1decebeef15f4e0b0ce106c665751ec55068d4d1d1825847925ad4f528b5b872
test_frozenmain.h https://github.com/python/cpython/pull/26388/files#diff-dcbbf153f77c69fb3a08746516bb9baaf46b9465c941221d1d495123e92cc862
ceval.c https://github.com/python/cpython/pull/26388/files#diff-c22186367cbe20233e843261998dc027ae5f1f8c0d2e778abfa454ae74cc59de
compile.c https://github.com/python/cpython/pull/26388/files#diff-ebc983d9f91e5bcf73500e377ac65e85863c4f77fd5b6b6caf4fcdf7c0f0b057
frozen_hello.h https://github.com/python/cpython/pull/26388/files#diff-ab67dde699a35f79fe00245a03a1f10a194425dde2dc06740112bfc940a62a56
importlib.h https://github.com/python/cpython/pull/26388/files#diff-f22c3fe718474bf1830c047f516ef95818493a9a9fcf8f2d5b159b1b5b76ecd6
importlib_external.h https://github.com/python/cpython/pull/26388/files#diff-edaa85591e6f559d0fae8073b45dc3e9c8e251053d07623b2ce23392dfe97a7e
importlib_zipimport.h https://github.com/python/cpython/pull/26388/files#diff-885727a7f2320fa6a12abd49340cc1f516bc5e1bb4fdcb211da1e06e783adeef
marshal.c https://github.com/python/cpython/pull/26388/files#diff-46d545a32ea7176926cf1a963f25cdac2cf1c8098b3e020ccc77b63b2149d760
suggestions.c https://github.com/python/cpython/pull/26388/files#diff-aad873b2c81d05628e415ef526dbd8845ebe4bf85b2d9c6d83d6cdf804b6e7b7
libpython.py https://github.com/python/cpython/pull/26388/files#diff-d6a780608c6679847e005fc5a55c5749ce3c68c031e75e63b0c5b45e57e25758
Doc/library/dis.rsthttps://github.com/python/cpython/pull/26388/files#diff-eaa488fc50d23b30ca8b24ab19e9c91c1c941339847af993e908f006eec0653b
View file https://github.com/ericsnowcurrently/cpython/blob/87cb1926a0e0a48490c653006c98fb3aa507e64c/Doc/library/dis.rst
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/python/cpython/pull/26388/{{ revealButtonHref }}
https://github.com/python/cpython/pull/26388/files#diff-eaa488fc50d23b30ca8b24ab19e9c91c1c941339847af993e908f006eec0653b
Please reload this pagehttps://github.com/python/cpython/pull/26388/files
https://github.com/python/cpython/pull/26388/files#diff-eaa488fc50d23b30ca8b24ab19e9c91c1c941339847af993e908f006eec0653b
Include/cpython/code.hhttps://github.com/python/cpython/pull/26388/files#diff-b0fcb97ad50c6f97009037466945581575bc3b18633dc8b32a38f633950144c2
View file https://github.com/ericsnowcurrently/cpython/blob/87cb1926a0e0a48490c653006c98fb3aa507e64c/Include/cpython/code.h
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/python/cpython/pull/26388/{{ revealButtonHref }}
https://github.com/python/cpython/pull/26388/files#diff-b0fcb97ad50c6f97009037466945581575bc3b18633dc8b32a38f633950144c2
https://github.com/python/cpython/pull/26388/files#diff-b0fcb97ad50c6f97009037466945581575bc3b18633dc8b32a38f633950144c2
https://github.com/python/cpython/pull/26388/files#diff-b0fcb97ad50c6f97009037466945581575bc3b18633dc8b32a38f633950144c2
https://github.com/python/cpython/pull/26388/files#diff-b0fcb97ad50c6f97009037466945581575bc3b18633dc8b32a38f633950144c2
https://github.com/python/cpython/pull/26388/files#diff-b0fcb97ad50c6f97009037466945581575bc3b18633dc8b32a38f633950144c2
https://github.com/python/cpython/pull/26388/files#diff-b0fcb97ad50c6f97009037466945581575bc3b18633dc8b32a38f633950144c2
https://github.com/python/cpython/pull/26388/files#diff-b0fcb97ad50c6f97009037466945581575bc3b18633dc8b32a38f633950144c2
https://github.com/python/cpython/pull/26388/files#diff-b0fcb97ad50c6f97009037466945581575bc3b18633dc8b32a38f633950144c2
Include/internal/pycore_code.hhttps://github.com/python/cpython/pull/26388/files#diff-97ea1759f82531a45fa685065ff86bc1077c3ab3d5f65220eea48b7730032bc8
View file https://github.com/ericsnowcurrently/cpython/blob/87cb1926a0e0a48490c653006c98fb3aa507e64c/Include/internal/pycore_code.h
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/python/cpython/pull/26388/{{ revealButtonHref }}
https://github.com/python/cpython/pull/26388/files#diff-97ea1759f82531a45fa685065ff86bc1077c3ab3d5f65220eea48b7730032bc8
https://github.com/python/cpython/pull/26388/files#diff-97ea1759f82531a45fa685065ff86bc1077c3ab3d5f65220eea48b7730032bc8
https://github.com/python/cpython/pull/26388/files#diff-97ea1759f82531a45fa685065ff86bc1077c3ab3d5f65220eea48b7730032bc8
https://github.com/python/cpython/pull/26388/files#diff-97ea1759f82531a45fa685065ff86bc1077c3ab3d5f65220eea48b7730032bc8
Lib/ctypes/test/test_values.pyhttps://github.com/python/cpython/pull/26388/files#diff-585da082d7384c9fadac4e368d9e133f98c9b5493050fcad9f2dcd6f37f41c2d
View file https://github.com/ericsnowcurrently/cpython/blob/87cb1926a0e0a48490c653006c98fb3aa507e64c/Lib/ctypes/test/test_values.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/python/cpython/pull/26388/{{ revealButtonHref }}
https://github.com/python/cpython/pull/26388/files#diff-585da082d7384c9fadac4e368d9e133f98c9b5493050fcad9f2dcd6f37f41c2d
https://github.com/python/cpython/pull/26388/files#diff-585da082d7384c9fadac4e368d9e133f98c9b5493050fcad9f2dcd6f37f41c2d
Lib/dis.pyhttps://github.com/python/cpython/pull/26388/files#diff-96747735ee3c8aed3dd0f4c1b1ab0310eeb344577b14887cc9f6605892df47a8
View file https://github.com/ericsnowcurrently/cpython/blob/87cb1926a0e0a48490c653006c98fb3aa507e64c/Lib/dis.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/python/cpython/pull/26388/{{ revealButtonHref }}
https://github.com/python/cpython/pull/26388/files#diff-96747735ee3c8aed3dd0f4c1b1ab0310eeb344577b14887cc9f6605892df47a8
https://github.com/python/cpython/pull/26388/files#diff-96747735ee3c8aed3dd0f4c1b1ab0310eeb344577b14887cc9f6605892df47a8
https://github.com/python/cpython/pull/26388/files#diff-96747735ee3c8aed3dd0f4c1b1ab0310eeb344577b14887cc9f6605892df47a8
https://github.com/python/cpython/pull/26388/files#diff-96747735ee3c8aed3dd0f4c1b1ab0310eeb344577b14887cc9f6605892df47a8
https://github.com/python/cpython/pull/26388/files#diff-96747735ee3c8aed3dd0f4c1b1ab0310eeb344577b14887cc9f6605892df47a8
https://github.com/python/cpython/pull/26388/files#diff-96747735ee3c8aed3dd0f4c1b1ab0310eeb344577b14887cc9f6605892df47a8
https://github.com/python/cpython/pull/26388/files#diff-96747735ee3c8aed3dd0f4c1b1ab0310eeb344577b14887cc9f6605892df47a8
https://github.com/python/cpython/pull/26388/files#diff-96747735ee3c8aed3dd0f4c1b1ab0310eeb344577b14887cc9f6605892df47a8
https://github.com/python/cpython/pull/26388/files#diff-96747735ee3c8aed3dd0f4c1b1ab0310eeb344577b14887cc9f6605892df47a8
https://github.com/python/cpython/pull/26388/files#diff-96747735ee3c8aed3dd0f4c1b1ab0310eeb344577b14887cc9f6605892df47a8
https://github.com/python/cpython/pull/26388/files#diff-96747735ee3c8aed3dd0f4c1b1ab0310eeb344577b14887cc9f6605892df47a8
https://github.com/python/cpython/pull/26388/files#diff-96747735ee3c8aed3dd0f4c1b1ab0310eeb344577b14887cc9f6605892df47a8
https://github.com/python/cpython/pull/26388/files#diff-96747735ee3c8aed3dd0f4c1b1ab0310eeb344577b14887cc9f6605892df47a8
https://github.com/python/cpython/pull/26388/files#diff-96747735ee3c8aed3dd0f4c1b1ab0310eeb344577b14887cc9f6605892df47a8
https://github.com/python/cpython/blob/main/.github/CODEOWNERS#L260
Lib/importlib/_bootstrap_external.pyhttps://github.com/python/cpython/pull/26388/files#diff-efefe383b3a81d16150c280db0b64eed7569254299418f64cc0d749f8e16f3a4
View file https://github.com/ericsnowcurrently/cpython/blob/87cb1926a0e0a48490c653006c98fb3aa507e64c/Lib/importlib/_bootstrap_external.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/python/cpython/pull/26388/{{ revealButtonHref }}
https://github.com/python/cpython/pull/26388/files#diff-efefe383b3a81d16150c280db0b64eed7569254299418f64cc0d749f8e16f3a4
https://github.com/python/cpython/pull/26388/files#diff-efefe383b3a81d16150c280db0b64eed7569254299418f64cc0d749f8e16f3a4
https://github.com/python/cpython/pull/26388/files#diff-efefe383b3a81d16150c280db0b64eed7569254299418f64cc0d749f8e16f3a4
Misc/NEWS.d/next/Core and Builtins/2021-05-21-20-53-49.bpo-43693.-NN3J_.rsthttps://github.com/python/cpython/pull/26388/files#diff-5b7a06184372d5b0bc18f050e1449fff51fde6a1674a25448e4e8cc99c1529ee
View file https://github.com/ericsnowcurrently/cpython/blob/87cb1926a0e0a48490c653006c98fb3aa507e64c/Misc/NEWS.d/next/Core%20and%20Builtins/2021-05-21-20-53-49.bpo-43693.-NN3J_.rst
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/python/cpython/pull/26388/{{ revealButtonHref }}
Objects/clinic/codeobject.c.hhttps://github.com/python/cpython/pull/26388/files#diff-e625a87deb129f82e7011cd3c5d9338f61f34089a5e61acf570e1c8b7f30dafd
View file https://github.com/ericsnowcurrently/cpython/blob/87cb1926a0e0a48490c653006c98fb3aa507e64c/Objects/clinic/codeobject.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/26388/files
Please reload this pagehttps://github.com/python/cpython/pull/26388/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.