[issue26213] Document BUILD_*_UNPACK opcodes

2017-03-24 Thread Brett Cannon
Brett Cannon added the comment: New changeset 0705f66eb369aa6a6cdb699e24ff61e1ab2e0c56 by Brett Cannon (Ivan Levkivskyi) in branch 'master': bpo-26213: Document _UNPACK bytecodes and BUILD_MAP changes (#238) https://github.com/python/cpython/commit/0705f66eb369aa6a6cdb699e24ff61e1ab2e0c56

[issue26213] Document BUILD_*_UNPACK opcodes

2017-03-24 Thread Brett Cannon
Brett Cannon added the comment: New changeset 226af23e858e2914cf78dfa6fd441c7b90a4cc91 by Brett Cannon in branch '3.6': bpo-26213: Document _UNPACK bytecodes and BUILD_MAP changes (GH-440) https://github.com/python/cpython/commit/226af23e858e2914cf78dfa6fd441c7b90a4cc91 --

[issue26213] Document BUILD_*_UNPACK opcodes

2017-03-24 Thread Brett Cannon
Brett Cannon added the comment: New changeset 4d0630d9d5ff4919caa463a64887f32d671eaab8 by Brett Cannon in branch '3.5': bpo-26213: Document _UNPACK bytecodes and BUILD_MAP changes (GH-441) https://github.com/python/cpython/commit/4d0630d9d5ff4919caa463a64887f32d671eaab8 --

[issue26213] Document BUILD_*_UNPACK opcodes

2017-03-03 Thread Brett Cannon
Brett Cannon added the comment: Thanks to Ivan for the PRs! -- resolution: -> fixed stage: needs patch -> resolved status: open -> closed ___ Python tracker

[issue26213] Document BUILD_*_UNPACK opcodes

2017-03-03 Thread Brett Cannon
Changes by Brett Cannon : -- pull_requests: +367 ___ Python tracker ___ ___

[issue26213] Document BUILD_*_UNPACK opcodes

2017-03-03 Thread Brett Cannon
Changes by Brett Cannon : -- pull_requests: +366 ___ Python tracker ___ ___

[issue26213] Document BUILD_*_UNPACK opcodes

2017-03-03 Thread Brett Cannon
Changes by Brett Cannon : -- assignee: docs@python -> brett.cannon ___ Python tracker ___

[issue26213] Document BUILD_*_UNPACK opcodes

2017-02-22 Thread Ivan Levkivskyi
Changes by Ivan Levkivskyi : -- pull_requests: +200 ___ Python tracker ___ ___

[issue26213] Document BUILD_*_UNPACK opcodes

2017-02-22 Thread Ivan Levkivskyi
Changes by Ivan Levkivskyi : -- nosy: +levkivskyi ___ Python tracker ___ ___

[issue26213] Document BUILD_*_UNPACK opcodes

2017-02-13 Thread Berker Peksag
Changes by Berker Peksag : -- nosy: +berker.peksag ___ Python tracker ___ ___

[issue26213] Document BUILD_*_UNPACK opcodes

2017-02-11 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: At the same time the semantic of the BUILD_MAP opcode was changed. However the documentation was not updated and currently it doesn't match the implementation. This caused an issue in third-party projects that operate with bytecode. See also issue28810 for

[issue26213] Document BUILD_*_UNPACK opcodes

2016-06-10 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: And BUILD_MAP_UNPACK_WITH_CALL. All these opcodes were added in issue2292 for implementing PEP 448, but are not documented even in the PEP. -- nosy: +Joshua.Landau, neil.g, serhiy.storchaka, twouters ___ Python

[issue26213] Document BUILD_*_UNPACK opcodes

2016-01-26 Thread Brett Cannon
Brett Cannon added the comment: There are also BUILD_SET_UNPACK and BUILD_MAP_UNPACK as well. -- title: Document BUILD_LIST_UNPACK & BUILD_TUPLE_UNPACK -> Document BUILD_*_UNPACK opcodes ___ Python tracker