[issue5308] cannot marshal objects with more than 2**31 elements

Serhiy Storchaka report at bugs.python.org
Mon Jul 1 16:23:45 CEST 2013


Serhiy Storchaka added the comment:

Good catch. There is another resource leak for general bytes-like object (the buffer can be not released). Here is a patch.

----------
Added file: http://bugs.python.org/file30741/marshal_string_leak.patch

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


More information about the Python-bugs-list mailing list