Message309918
The STORE_ANNOTATION bytecode is used to implement annotations.
The code
name : ann
is equivalent to
__annotations__['name'] = ann
Consequently,
STORE_ANNOTATION name
can be trivially replaced with
LOAD_NAME __annotations__
LOAD_CONST 'name'
STORE_SUBSCR |
|
Date |
User |
Action |
Args |
2018-01-14 12:05:39 | Mark.Shannon | set | recipients:
+ Mark.Shannon |
2018-01-14 12:05:38 | Mark.Shannon | set | messageid: <1515931538.97.0.467229070634.issue32550@psf.upfronthosting.co.za> |
2018-01-14 12:05:38 | Mark.Shannon | link | issue32550 messages |
2018-01-14 12:05:38 | Mark.Shannon | create | |
|