[issue25380] Incorrect protocol for the STACK_GLOBAL opcode

Serhiy Storchaka report at bugs.python.org
Mon Oct 12 03:50:14 EDT 2015


New submission from Serhiy Storchaka:

Incorrect protocol (0 instead of 4) is specified for the STACK_GLOBAL opcode in pickletools.opcodes.

----------
assignee: serhiy.storchaka
components: Library (Lib)
files: pickletools_STACK_GLOBAL_proto.patch
keywords: patch
messages: 252847
nosy: serhiy.storchaka
priority: normal
severity: normal
stage: patch review
status: open
title: Incorrect protocol for the STACK_GLOBAL opcode
type: behavior
versions: Python 3.4, Python 3.5, Python 3.6
Added file: http://bugs.python.org/file40753/pickletools_STACK_GLOBAL_proto.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue25380>
_______________________________________


More information about the Python-bugs-list mailing list