This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Incorrect protocol for the STACK_GLOBAL opcode
Type: behavior Stage: resolved
Components: Library (Lib) Versions: Python 3.6, Python 3.4, Python 3.5
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: serhiy.storchaka Nosy List: alexandre.vassalotti, python-dev, serhiy.storchaka
Priority: normal Keywords: patch

Created on 2015-10-12 07:50 by serhiy.storchaka, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
pickletools_STACK_GLOBAL_proto.patch serhiy.storchaka, 2015-10-12 07:50 review
Messages (2)
msg252847 - (view) Author: Serhiy Storchaka (serhiy.storchaka) * (Python committer) Date: 2015-10-12 07:50
Incorrect protocol (0 instead of 4) is specified for the STACK_GLOBAL opcode in pickletools.opcodes.
msg252947 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2015-10-13 18:14
New changeset e52f1fa2d10e by Serhiy Storchaka in branch '3.4':
Issue #25380: Fixed protocol for the STACK_GLOBAL opcode in
https://hg.python.org/cpython/rev/e52f1fa2d10e

New changeset 4115eabc3a6d by Serhiy Storchaka in branch '3.5':
Issue #25380: Fixed protocol for the STACK_GLOBAL opcode in
https://hg.python.org/cpython/rev/4115eabc3a6d

New changeset f584dadc640f by Serhiy Storchaka in branch 'default':
Issue #25380: Fixed protocol for the STACK_GLOBAL opcode in
https://hg.python.org/cpython/rev/f584dadc640f
History
Date User Action Args
2022-04-11 14:58:22adminsetgithub: 69567
2015-10-13 18:21:36serhiy.storchakasetstatus: open -> closed
resolution: fixed
stage: patch review -> resolved
2015-10-13 18:14:58python-devsetnosy: + python-dev
messages: + msg252947
2015-10-12 09:57:40serhiy.storchakasetnosy: + alexandre.vassalotti
2015-10-12 07:50:13serhiy.storchakacreate