| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
|
|
|
| |
(#111970)
|
|
|
|
|
|
|
| |
(#108827)
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com>
|
| |
|
|
|
|
| |
source line (GH-107988)
|
|
|
|
| |
opcode.py (#107971)
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
(GH-105680)
|
|
|
|
|
|
|
|
| |
Adds start_offset, cache_offset, end_offset, baseopcode,
baseopname, jump_target and oparg to dis.Instruction.
Also slightly improves the disassembly output by allowing
opnames to overflow into the space reserved for opargs.
|
|
|
|
| |
equivalent. (GH-105230)
|
| |
|
|
|
|
| |
Co-authored-by: chilaxan <chilaxan@gmail.com>
|
|
|
|
|
| |
This speeds up `super()` (by around 85%, for a simple one-level
`super().meth()` microbenchmark) by avoiding allocation of a new
single-use `super()` object on each use.
|
|
|
|
| |
inputs (#102115)
|
|
|
|
| |
entries (#103047)
|
|
|
|
| |
sys.last_value,sys.last_traceback (#102779)
|
|
|
|
| |
coroutines. (GH-101788)
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
* Adds FOR_ITER_LIST and FOR_ITER_RANGE specializations.
* Adds _PyLong_AssignValue() internal function to avoid temporary boxing of ints.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
* Move CACHE handling into _unpack_opargs
* Remove auto-added import
* blurb add
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
(GH-32115)
|
|
|
|
| |
additional NULL. (GH-31933)
|
| |
|
| |
|
|
|
| |
Co-authored-by: Batuhan Taskaya <isidentical@gmail.com>
|
| |
|
|
|
|
| |
before a no-arg opcode (GH-29480)
|
|
|
|
| |
generic (GH-28258)
|
|
|
|
| |
them by their index (GH-28313)
|
| |
|
|
|
|
| |
dis.Bytecode (GH-28142)
|