[issue46900] marshal.dumps represents the same list object differently

William Dreese report at bugs.python.org
Wed Mar 2 09:46:16 EST 2022


William Dreese <wdreese123 at gmail.com> added the comment:

I've made a very bad copy & paste error with the terminal output below, I apologize. The corrected output is

>>> pp(var_marshaled)
91
2
0
0
0
41
3
233
1
0
0
0
233
2
0
0
0
233
3
0
0
0
41
3
233
4
0
0
0
233
5
0
0
0
233
6
0
0
0

>>> pp(raw_marshaled)
91
2
0
0
0
169
3
233
1
0
0
0
233
2
0
0
0
233
3
0
0
0
169
3
233
4
0
0
0
233
5
0
0
0
233
6
0
0
0

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue46900>
_______________________________________


More information about the Python-bugs-list mailing list