mirror of
https://github.com/python/cpython.git
synced 2025-12-04 00:30:19 +00:00
GH-115457: Support splitting and replication of micro ops. (GH-115558)
This commit is contained in:
parent
7b21403ccd
commit
626c414995
20 changed files with 918 additions and 319 deletions
|
|
@ -222,6 +222,8 @@ annotations = {
|
|||
"register",
|
||||
"replaced",
|
||||
"pure",
|
||||
"split",
|
||||
"replicate",
|
||||
}
|
||||
|
||||
__all__ = []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue