[issue19867] pickletools.OpcodeInfo.code is a string

2021-10-23 Thread Joannah Nanjekye


Joannah Nanjekye  added the comment:

I changed to won't fix due to the note on incompatibility, until we resolve on 
a way forward.

--
nosy: +nanjekyejoannah
resolution:  -> wont fix

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue19867] pickletools.OpcodeInfo.code is a string

2019-08-24 Thread Batuhan


Batuhan  added the comment:

What should we do then, close?

--
nosy: +BTaskaya

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue19867] pickletools.OpcodeInfo.code is a string

2014-11-19 Thread Serhiy Storchaka

Serhiy Storchaka added the comment:

But isn't it is backward incompatible change?

--
nosy: +serhiy.storchaka

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue19867] pickletools.OpcodeInfo.code is a string

2013-12-02 Thread Antoine Pitrou

New submission from Antoine Pitrou:

It should probably be a bytes object instead:

>>> op

>>> op.code
'\x95'
>>> op.name
'FRAME'
>>> pickle.FRAME
b'\x95'

--
components: Library (Lib)
messages: 205061
nosy: alexandre.vassalotti, pitrou
priority: normal
severity: normal
status: open
title: pickletools.OpcodeInfo.code is a string
type: behavior
versions: Python 3.3, Python 3.4

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com