Change by William Dreese :
--
resolution: -> not a bug
stage: -> resolved
status: open -> closed
___
Python tracker
<https://bugs.python.or
William Dreese added the comment:
You two are both correct, this is not a bug and is the intended functionality.
> The difference between 41 and 169 is 128:
This realization helps a ton. Thanks.
--
___
Python tracker
<https://bugs.pyth
William Dreese 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
>>> p
New submission from William Dreese :
Hello,
I've been working with the marshal package and came across this issue (I think)
-
Python 3.9.10 Interpreter
(Same output in 3.11.0a5+ (heads/master:b6b711a1aa) on darwin)
>>> import marshal
>>> var_example = [(1,2,3),(4,