René's URL Explorer Experiment


Title: Generate the interpreter · Issue #98831 · python/cpython · GitHub

Open Graph Title: Generate the interpreter · Issue #98831 · python/cpython

X Title: Generate the interpreter · Issue #98831 · python/cpython

Description: Overview Over in faster-cpython/ideas we've been exploring the idea of generating the interpreter from a set of instruction definitions. This will eventually enable having multiple versions of the interpreter (e.g. with and without traci...

Open Graph Description: Overview Over in faster-cpython/ideas we've been exploring the idea of generating the interpreter from a set of instruction definitions. This will eventually enable having multiple versions of the ...

X Description: Overview Over in faster-cpython/ideas we've been exploring the idea of generating the interpreter from a set of instruction definitions. This will eventually enable having multiple versions of ...

Opengraph URL: https://github.com/python/cpython/issues/98831

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Generate the interpreter","articleBody":"### Overview\r\n\r\nOver in [faster-cpython/ideas](https://github.com/faster-cpython/ideas) we've been exploring the idea of generating the interpreter from a set of instruction definitions. This will eventually enable having multiple versions of the interpreter (e.g. with and without tracing enabled), and it will allow us to automatically combine instructions using a powerful notation (e.g. `super(LOAD_FAST__LOAD_FAST) = LOAD_FAST + LOAD_FAST;`). It will also let us auto-generate things like [`stack_effect()`](https://github.com/gvanrossum/cpython/blob/75a6fadf369315b27e12f670e6295cf2c2cf7d7e/Python/compile.c#L1031).\r\n\r\nWe are planning to land at least an early version of this work in 3.12. We have a tentative grammar for [instruction definition DSL](https://github.com/faster-cpython/ideas/blob/main/3.12/interpreter_definition.md) -- which will undoubtedly undergo several iterations before we've settled. We have a [first draft of the tooling](https://github.com/python/cpython/pull/98830) ~ready for review (which currently reproduces the status quo)~ done.\r\n\r\nOnce the first version of the tooling has landed we expect to iterate quickly, using this issue an umbrella issue for our PRs to link to.\r\n\r\n### References\r\n\r\n- https://github.com/faster-cpython/ideas/issues/5\r\n- https://github.com/faster-cpython/ideas/issues/16\r\n- https://github.com/faster-cpython/ideas/issues/454\r\n- https://github.com/faster-cpython/ideas/issues/477\r\n- https://github.com/faster-cpython/ideas/issues/479\r\n- https://github.com/faster-cpython/ideas/issues/481\r\n\r\n\r\n\u003c!-- gh-pr-number: gh-98830 --\u003e\r\n* PR: gh-98830\r\n\u003c!-- /gh-pr-number --\u003e\r\n\r\n\r\n\u003c!-- gh-pr-number: gh-99065 --\u003e\r\n* PR: gh-99065\r\n\u003c!-- /gh-pr-number --\u003e\r\n\r\n\r\n\u003c!-- gh-pr-number: gh-99084 --\u003e\r\n* PR: gh-99084\r\n\u003c!-- /gh-pr-number --\u003e\r\n\r\n\r\n\u003c!-- gh-pr-number: gh-99093 --\u003e\r\n* PR: gh-99093\r\n\u003c!-- /gh-pr-number --\u003e\r\n\r\n\r\n\u003c!-- gh-pr-number: gh-99102 --\u003e\r\n* PR: gh-99102\r\n\u003c!-- /gh-pr-number --\u003e\r\n\r\n\r\n\u003c!-- gh-pr-number: gh-99107 --\u003e\r\n* PR: gh-99107\r\n\u003c!-- /gh-pr-number --\u003e\r\n\r\n\r\n\u003c!-- gh-pr-number: gh-99120 --\u003e\r\n* PR: gh-99120\r\n\u003c!-- /gh-pr-number --\u003e\r\n\n\n\u003c!-- gh-pr-number: gh-99271 --\u003e\n* PR: gh-99271\n\u003c!-- /gh-pr-number --\u003e\n\n\n\u003c!-- gh-pr-number: gh-99313 --\u003e\n* PR: gh-99313\n\u003c!-- /gh-pr-number --\u003e\n\n\n\u003c!-- gh-pr-number: gh-99408 --\u003e\n* PR: gh-99408\n\u003c!-- /gh-pr-number --\u003e\n\n\n\u003c!-- gh-pr-number: gh-99495 --\u003e\n* PR: gh-99495\n\u003c!-- /gh-pr-number --\u003e\n\n\n\u003c!-- gh-pr-number: gh-99526 --\u003e\n* PR: gh-99526\n\u003c!-- /gh-pr-number --\u003e\n\n\n\u003c!-- gh-pr-number: gh-99601 --\u003e\n* PR: gh-99601\n\u003c!-- /gh-pr-number --\u003e\n\n\n\u003c!-- gh-pr-number: gh-99764 --\u003e\n* PR: gh-99764\n\u003c!-- /gh-pr-number --\u003e\n\n\n\u003c!-- gh-pr-number: gh-100095 --\u003e\n* PR: gh-100095\n\u003c!-- /gh-pr-number --\u003e\n\n\n\u003c!-- gh-pr-number: gh-100123 --\u003e\n* PR: gh-100123\n\u003c!-- /gh-pr-number --\u003e\n\n\n\u003c!-- gh-pr-number: gh-100124 --\u003e\n* PR: gh-100124\n\u003c!-- /gh-pr-number --\u003e\n\n\n\u003c!-- gh-pr-number: gh-100205 --\u003e\n* PR: gh-100205\n\u003c!-- /gh-pr-number --\u003e\n\n\n\u003c!-- gh-pr-number: gh-100545 --\u003e\n* PR: gh-100545\n\u003c!-- /gh-pr-number --\u003e\n\n\n\u003c!-- gh-pr-number: gh-100763 --\u003e\n* PR: gh-100763\n\u003c!-- /gh-pr-number --\u003e\n\n\n\u003c!-- gh-pr-number: gh-100735 --\u003e\n* PR: gh-100735\n\u003c!-- /gh-pr-number --\u003e\n\n\n\u003c!-- gh-pr-number: gh-100777 --\u003e\n* PR: gh-100777\n\u003c!-- /gh-pr-number --\u003e\n\n\n\u003c!-- gh-pr-number: gh-100778 --\u003e\n* PR: gh-100778\n\u003c!-- /gh-pr-number --\u003e\n\n\n\u003c!-- gh-pr-number: gh-100895 --\u003e\n* PR: gh-100895\n\u003c!-- /gh-pr-number --\u003e\n\n\n\u003c!-- gh-pr-number: gh-100912 --\u003e\n* PR: gh-100912\n\u003c!-- /gh-pr-number --\u003e\n\n\n\u003c!-- gh-pr-number: gh-100957 --\u003e\n* PR: gh-100957\n\u003c!-- /gh-pr-number --\u003e\n\n\n\u003c!-- gh-pr-number: gh-101116 --\u003e\n* PR: gh-101116\n\u003c!-- /gh-pr-number --\u003e\n\n\n\u003c!-- gh-pr-number: gh-101163 --\u003e\n* PR: gh-101163\n\u003c!-- /gh-pr-number --\u003e\n\n\n\u003c!-- gh-pr-number: gh-101269 --\u003e\n* PR: gh-101269\n\u003c!-- /gh-pr-number --\u003e\n\n\n\u003c!-- gh-pr-number: gh-101287 --\u003e\n* PR: gh-101287\n\u003c!-- /gh-pr-number --\u003e\n\n\n\u003c!-- gh-pr-number: gh-101299 --\u003e\n* PR: gh-101299\n\u003c!-- /gh-pr-number --\u003e\n\n\n\u003c!-- gh-pr-number: gh-101306 --\u003e\n* PR: gh-101306\n\u003c!-- /gh-pr-number --\u003e\n\n\n\u003c!-- gh-pr-number: gh-101309 --\u003e\n* PR: gh-101309\n\u003c!-- /gh-pr-number --\u003e\n\n\n\u003c!-- gh-pr-number: gh-101333 --\u003e\n* PR: gh-101333\n\u003c!-- /gh-pr-number --\u003e\n\n\n\u003c!-- gh-pr-number: gh-101349 --\u003e\n* PR: gh-101349\n\u003c!-- /gh-pr-number --\u003e\n\n\n\u003c!-- gh-pr-number: gh-101442 --\u003e\n* PR: gh-101442\n\u003c!-- /gh-pr-number --\u003e\n\n\n\u003c!-- gh-pr-number: gh-101443 --\u003e\n* PR: gh-101443\n\u003c!-- /gh-pr-number --\u003e\n\n\n\u003c!-- gh-pr-number: gh-101458 --\u003e\n* PR: gh-101458\n\u003c!-- /gh-pr-number --\u003e\n\n\n\u003c!-- gh-pr-number: gh-101481 --\u003e\n* PR: gh-101481\n\u003c!-- /gh-pr-number --\u003e\n\n\n\u003c!-- gh-pr-number: gh-101488 --\u003e\n* PR: gh-101488\n\u003c!-- /gh-pr-number --\u003e\n\n\n\u003c!-- gh-pr-number: gh-101502 --\u003e\n* PR: gh-101502\n\u003c!-- /gh-pr-number --\u003e\n\n\n\u003c!-- gh-pr-number: gh-101511 --\u003e\n* PR: gh-101511\n\u003c!-- /gh-pr-number --\u003e\n\n\n\u003c!-- gh-pr-number: gh-101508 --\u003e\n* PR: gh-101508\n\u003c!-- /gh-pr-number --\u003e\n\n\n\u003c!-- gh-pr-number: gh-101516 --\u003e\n* PR: gh-101516\n\u003c!-- /gh-pr-number --\u003e\n\n\n\u003c!-- gh-pr-number: gh-101529 --\u003e\n* PR: gh-101529\n\u003c!-- /gh-pr-number --\u003e\n\n\n\u003c!-- gh-pr-number: gh-101620 --\u003e\n* PR: gh-101620\n\u003c!-- /gh-pr-number --\u003e\n\n\n\u003c!-- gh-pr-number: gh-101626 --\u003e\n* PR: gh-101626\n\u003c!-- /gh-pr-number --\u003e\n\n\n\u003c!-- gh-pr-number: gh-101627 --\u003e\n* PR: gh-101627\n\u003c!-- /gh-pr-number --\u003e\n\n\n\u003c!-- gh-pr-number: gh-101628 --\u003e\n* PR: gh-101628\n\u003c!-- /gh-pr-number --\u003e\n\n\n\u003c!-- gh-pr-number: gh-101629 --\u003e\n* PR: gh-101629\n\u003c!-- /gh-pr-number --\u003e\n\n\n\u003c!-- gh-pr-number: gh-101641 --\u003e\n* PR: gh-101641\n\u003c!-- /gh-pr-number --\u003e\n\n\n\u003c!-- gh-pr-number: gh-101666 --\u003e\n* PR: gh-101666\n\u003c!-- /gh-pr-number --\u003e\n\n\n\u003c!-- gh-pr-number: gh-101704 --\u003e\n* PR: gh-101704\n\u003c!-- /gh-pr-number --\u003e\n\n\n\u003c!-- gh-pr-number: gh-102409 --\u003e\n* PR: gh-102409\n\u003c!-- /gh-pr-number --\u003e\n","author":{"url":"https://github.com/gvanrossum","@type":"Person","name":"gvanrossum"},"datePublished":"2022-10-28T22:18:49.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":2},"url":"https://github.com/98831/cpython/issues/98831"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:320f34af-6033-e3c0-c0d9-1aaa9517e1bd
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-id8018:2C4F84:A82B3:ED055:69693D0E
html-safe-nonce298acd1077086d8db087f786db293d117c4cef1023c03089d6a41ff73d40ee9d
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI4MDE4OjJDNEY4NDpBODJCMzpFRDA1NTo2OTY5M0QwRSIsInZpc2l0b3JfaWQiOiI0MjQzNzUzMTk3MTk3OTMzODM4IiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0=
visitor-hmac60eab3e26c5d6094b49048fedc81fdd048a6c7fea7ba9cd2d63e7caf5b1f4600
hovercard-subject-tagissue:1427908027
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/python/cpython/98831/issue_layout
twitter:imagehttps://opengraph.githubassets.com/b4bd60dd76b866f55ed21e758187831f98f47492b26742dca4b1d5a342c3dc20/python/cpython/issues/98831
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/b4bd60dd76b866f55ed21e758187831f98f47492b26742dca4b1d5a342c3dc20/python/cpython/issues/98831
og:image:altOverview Over in faster-cpython/ideas we've been exploring the idea of generating the interpreter from a set of instruction definitions. This will eventually enable having multiple versions of the ...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernamegvanrossum
hostnamegithub.com
expected-hostnamegithub.com
None54182691a21263b584d2e600b758e081b0ff1d10ffc0d2eefa51cf754b43b51d
turbo-cache-controlno-preview
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
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
released69ac0477df0f87da03b8b06cebd187012d7a930
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/python/cpython/issues/98831#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fpython%2Fcpython%2Fissues%2F98831
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%2Fissues%2F98831
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%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=python%2Fcpython
Reloadhttps://github.com/python/cpython/issues/98831
Reloadhttps://github.com/python/cpython/issues/98831
Reloadhttps://github.com/python/cpython/issues/98831
python https://github.com/python
cpythonhttps://github.com/python/cpython
Please reload this pagehttps://github.com/python/cpython/issues/98831
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 2k 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/issues/98831
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
New issuehttps://github.com/login?return_to=https://github.com/python/cpython/issues/98831
New issuehttps://github.com/login?return_to=https://github.com/python/cpython/issues/98831
Generate the interpreterhttps://github.com/python/cpython/issues/98831#top
https://github.com/gvanrossum
3.12only security fixeshttps://github.com/python/cpython/issues?q=state%3Aopen%20label%3A%223.12%22
interpreter-core(Objects, Python, Grammar, and Parser dirs)https://github.com/python/cpython/issues?q=state%3Aopen%20label%3A%22interpreter-core%22
type-featureA feature request or enhancementhttps://github.com/python/cpython/issues?q=state%3Aopen%20label%3A%22type-feature%22
https://github.com/gvanrossum
https://github.com/gvanrossum
gvanrossumhttps://github.com/gvanrossum
on Oct 28, 2022https://github.com/python/cpython/issues/98831#issue-1427908027
faster-cpython/ideashttps://github.com/faster-cpython/ideas
stack_effect()https://github.com/gvanrossum/cpython/blob/75a6fadf369315b27e12f670e6295cf2c2cf7d7e/Python/compile.c#L1031
instruction definition DSLhttps://github.com/faster-cpython/ideas/blob/main/3.12/interpreter_definition.md
first draft of the toolinghttps://github.com/python/cpython/pull/98830
Generating code for the ceval loop/switch faster-cpython/ideas#5https://github.com/faster-cpython/ideas/issues/5
Super-instructions faster-cpython/ideas#16https://github.com/faster-cpython/ideas/issues/16
Define opcodes in terms of smaller "micro-ops" faster-cpython/ideas#454https://github.com/faster-cpython/ideas/issues/454
Change the interpreter definition DSL to be legal C syntax faster-cpython/ideas#477https://github.com/faster-cpython/ideas/issues/477
Mechanics of interpreter generation from DSL faster-cpython/ideas#479https://github.com/faster-cpython/ideas/issues/479
Stack effect of jumping -- how to express in DSL faster-cpython/ideas#481https://github.com/faster-cpython/ideas/issues/481
GH-98831: "Generate" the interpreter #98830https://github.com/python/cpython/pull/98830
GH-98831: Remove redundant extract_cases.py script #99065https://github.com/python/cpython/pull/99065
GH-98831: Implement super-instruction generation #99084https://github.com/python/cpython/pull/99084
GH-98831: Add some macros definitions to bytecodes.c to reduce IDE warnings. #99093https://github.com/python/cpython/pull/99093
GH-98831: Auto-generate PREDICTED() macro calls #99102https://github.com/python/cpython/pull/99102
GH-98831: Add regen-cases to regen-all #99107https://github.com/python/cpython/pull/99107
GH-98831: Simple input-output stack effects #99120https://github.com/python/cpython/pull/99120
GH-98831: Remove all remaining DISPATCH() calls from bytecodes.c #99271https://github.com/python/cpython/pull/99271
GH-98831: Implement basic cache effects #99313https://github.com/python/cpython/pull/99313
GH-98831: Refactor generate_cases.py #99408https://github.com/python/cpython/pull/99408
GH-98831: Add macro and op and their implementation to DSL #99495https://github.com/python/cpython/pull/99495
GH-98831: Refactor and fix cases generator #99526https://github.com/python/cpython/pull/99526
GH-98831: Support cache effects in super- and macro instructions #99601https://github.com/python/cpython/pull/99601
GH-98831: Typed stack effects, and more instructions converted #99764https://github.com/python/cpython/pull/99764
GH-98831: Get rid of super(), just use macro() #100095https://github.com/python/cpython/pull/100095
GH-98831: Generate things in the input order #100123https://github.com/python/cpython/pull/100123
GH-98831: Remove super-instruction definitions, use macro instructions instead #100124https://github.com/python/cpython/pull/100124
GH-98831: Add DECREF_INPUTS(), expanding to DECREF() each stack input #100205https://github.com/python/cpython/pull/100205
GH-98831: Modernize a ton of simpler instructions #100545https://github.com/python/cpython/pull/100545
GH-98831: Add some tests for generate_cases.py #100763https://github.com/python/cpython/pull/100763
GH-98831: Update generate_cases.py: register inst, opcode_metadata.h #100735https://github.com/python/cpython/pull/100735
GH-98831: Revert "GH-98831: Update generate_cases.py: register inst, opcode_metadata.h (#100735)" #100777https://github.com/python/cpython/pull/100777
gh-98831: Regenerate Python/opcode_metadata.h #100778https://github.com/python/cpython/pull/100778
GH-98831: Refactor instr format code and change to enum #100895https://github.com/python/cpython/pull/100895
GH-98831: Implement array support in cases generator #100912https://github.com/python/cpython/pull/100912
GH-98831: Identify instructions that don't use oparg #100957https://github.com/python/cpython/pull/100957
GH-98831: Move assorted macros from ceval.h to a new header #101116https://github.com/python/cpython/pull/101116
gh-98831: register instructions have 0 pushes and pops #101163https://github.com/python/cpython/pull/101163
gh-98831: rewrite CHECK_EG_MATCH opcode in the instruction definition DSL #101269https://github.com/python/cpython/pull/101269
gh-98831: rewrite pattern matching opcodes in the instruction definition DSL #101287https://github.com/python/cpython/pull/101287
GH-98831: Elaborate some cases_generator tests #101299https://github.com/python/cpython/pull/101299
gh-98831: rewrite RAISE_VARARGS in the instruction definition DSL #101306https://github.com/python/cpython/pull/101306
gh-98831: add variable stack effect support to cases generator #101309https://github.com/python/cpython/pull/101309
gh-98831: Support conditional effects; use for LOAD_ATTR #101333https://github.com/python/cpython/pull/101333
gh-98831: Fix two bugs in case generator #101349https://github.com/python/cpython/pull/101349
gh-98831: Clean up and add cache size static_assert to macro #101442https://github.com/python/cpython/pull/101442
gh-98831: rewrite GET_LEN, GET_ITER, BEFORE_WITH and a few simple opcodes in the instruction definition DSL #101443https://github.com/python/cpython/pull/101443
gh-98831: rewrite BEFORE_ASYNC_WITH and END_ASYNC_FOR in the instruction definition DSL #101458https://github.com/python/cpython/pull/101458
gh-98831: rewrite PUSH_EXC_INFO and conditional jumps in the instruction definition DSL #101481https://github.com/python/cpython/pull/101481
gh-98831: Modernize the LOAD_ATTR family #101488https://github.com/python/cpython/pull/101488
gh-98831: Modernize the LOAD_GLOBAL family #101502https://github.com/python/cpython/pull/101502
gh-98831: rewrite RERAISE and CLEANUP_THROW in the instruction definition DSL #101511https://github.com/python/cpython/pull/101511
gh-98831: Modernize CALL and family #101508https://github.com/python/cpython/pull/101508
gh-98831: rewrite SEND, GET_YIELD_FROM_ITER, RETURN_GENERATOR in the instruction definition DSL #101516https://github.com/python/cpython/pull/101516
gh-98831: rewrite MAKE_FUNCTION and BUILD_SLICE in the instruction definition DSL #101529https://github.com/python/cpython/pull/101529
gh-98831: rewrite COPY and SWAP in the instruction definition DSL #101620https://github.com/python/cpython/pull/101620
gh-98831: Modernize the FOR_ITER family of instructions #101626https://github.com/python/cpython/pull/101626
gh-98831: Modernize CALL_FUNCTION_EX #101627https://github.com/python/cpython/pull/101627
gh-98831: Modernize FORMAT_VALUE #101628https://github.com/python/cpython/pull/101628
gh-98831: Move DSL documentation here from ideas repo #101629https://github.com/python/cpython/pull/101629
gh-98831: rewrite UNPACK_EX, UNPACK_SEQUENCE, UNPACK_SEQUENCE_TWO_TUPLE in the instruction definition DSL  #101641https://github.com/python/cpython/pull/101641
gh-98831: Finish the UNPACK_SEQUENCE family #101666https://github.com/python/cpython/pull/101666
gh-98831: Use opcode metadata for stack_effect() #101704https://github.com/python/cpython/pull/101704
gh-98831: Use DECREF_INPUTS() more #102409https://github.com/python/cpython/pull/102409
gvanrossumhttps://github.com/gvanrossum
3.12only security fixeshttps://github.com/python/cpython/issues?q=state%3Aopen%20label%3A%223.12%22
interpreter-core(Objects, Python, Grammar, and Parser dirs)https://github.com/python/cpython/issues?q=state%3Aopen%20label%3A%22interpreter-core%22
type-featureA feature request or enhancementhttps://github.com/python/cpython/issues?q=state%3Aopen%20label%3A%22type-feature%22
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.