-
-
Notifications
You must be signed in to change notification settings - Fork 30.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gh-105481: Generate the opcode lists in dis from data extracted from bytecodes.c #106758
Commits on Jul 14, 2023
-
pythongh-105481: add haslocal to _opcode.py. Generate most oplists in…
… opcode.py with the functions in _opcode.py
Configuration menu - View commit details
-
Copy full SHA for 36a7d56 - Browse repository at this point
Copy the full SHA 36a7d56View commit details -
Configuration menu - View commit details
-
Copy full SHA for 75019ca - Browse repository at this point
Copy the full SHA 75019caView commit details
Commits on Jul 15, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 494680a - Browse repository at this point
Copy the full SHA 494680aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 24786fb - Browse repository at this point
Copy the full SHA 24786fbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 563b431 - Browse repository at this point
Copy the full SHA 563b431View commit details
Commits on Jul 17, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 227756f - Browse repository at this point
Copy the full SHA 227756fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1b13b96 - Browse repository at this point
Copy the full SHA 1b13b96View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0f5ae32 - Browse repository at this point
Copy the full SHA 0f5ae32View commit details -
Configuration menu - View commit details
-
Copy full SHA for 289fad1 - Browse repository at this point
Copy the full SHA 289fad1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 598ba2a - Browse repository at this point
Copy the full SHA 598ba2aView commit details -
Configuration menu - View commit details
-
Copy full SHA for d2d355e - Browse repository at this point
Copy the full SHA d2d355eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 27eb2cc - Browse repository at this point
Copy the full SHA 27eb2ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for 998024a - Browse repository at this point
Copy the full SHA 998024aView commit details -
Configuration menu - View commit details
-
Copy full SHA for ffa4ee3 - Browse repository at this point
Copy the full SHA ffa4ee3View commit details -
Configuration menu - View commit details
-
Copy full SHA for ce76a60 - Browse repository at this point
Copy the full SHA ce76a60View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4194a12 - Browse repository at this point
Copy the full SHA 4194a12View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6b8c46b - Browse repository at this point
Copy the full SHA 6b8c46bView commit details
Commits on Jul 18, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e15f7d5 - Browse repository at this point
Copy the full SHA e15f7d5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 21fe0a4 - Browse repository at this point
Copy the full SHA 21fe0a4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 75795db - Browse repository at this point
Copy the full SHA 75795dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a0a2b2 - Browse repository at this point
Copy the full SHA 1a0a2b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for f530469 - Browse repository at this point
Copy the full SHA f530469View commit details -
Configuration menu - View commit details
-
Copy full SHA for 71ffe34 - Browse repository at this point
Copy the full SHA 71ffe34View commit details -
import _specializations, _specialized_instructions directly from _opc…
…ode_metadata rather than via opcode
Configuration menu - View commit details
-
Copy full SHA for d525c53 - Browse repository at this point
Copy the full SHA d525c53View commit details -
update Tools/scripts/summarize_stats.py to use _opcode_metadata inste…
…ad of opcode for _specialized_instructions
Configuration menu - View commit details
-
Copy full SHA for 5e1c4a4 - Browse repository at this point
Copy the full SHA 5e1c4a4View commit details -
Revert "update Tools/scripts/summarize_stats.py to use _opcode_metada…
…ta instead of opcode for _specialized_instructions" This reverts commit 5e1c4a4.
Configuration menu - View commit details
-
Copy full SHA for 6077263 - Browse repository at this point
Copy the full SHA 6077263View commit details -
Revert "import _specializations, _specialized_instructions directly f…
…rom _opcode_metadata rather than via opcode" This reverts commit d525c53.
Configuration menu - View commit details
-
Copy full SHA for 98ba11f - Browse repository at this point
Copy the full SHA 98ba11fView commit details -
Revert "add stack effect to dis.__all__"
This reverts commit f530469.
Configuration menu - View commit details
-
Copy full SHA for cc8e5e1 - Browse repository at this point
Copy the full SHA cc8e5e1View commit details -
Revert "import _opcode directly into dis, rather than via opcode"
This reverts commit 1a0a2b2.
Configuration menu - View commit details
-
Copy full SHA for 31dbfec - Browse repository at this point
Copy the full SHA 31dbfecView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1abf6ca - Browse repository at this point
Copy the full SHA 1abf6caView commit details