commit | 405f648db7c44b07348582b5101d4716e0ce5ac3 | [log] [tgz] |
---|---|---|
author | Yao Zuo <laike9m@users.noreply.github.com> | Tue Jun 11 20:46:09 2019 -0700 |
committer | Serhiy Storchaka <storchaka@gmail.com> | Wed Jun 12 06:46:09 2019 +0300 |
tree | 846d66f22af8e1b54b22a27e959dae7743b1dbf7 | |
parent | 376ce9852eec4e97745c723f0dd0fe64383c6cd3 [diff] |
bpo-32625: Updated documentation for EXTENDED_ARG. (GH-13985) Python 3.6 changed the size of bytecode instruction, while the documentation for `EXTENDED_ARG` was not updated accordingly.