]> granicus.if.org Git - python/commit
Issue #14172: Fix reference leak when marshalling a buffer-like object (other than...
authorAntoine Pitrou <solipsis@pitrou.net>
Fri, 2 Mar 2012 17:16:38 +0000 (18:16 +0100)
committerAntoine Pitrou <solipsis@pitrou.net>
Fri, 2 Mar 2012 17:16:38 +0000 (18:16 +0100)
commitb2677c739729ace08c4185d1e459210373477497
treea0a8166ddcc05cfa59ecfe3632e318553ac080f6
parent92818d5383087d238f24b0a93d31a41bf6a75735
parent679e9d36f78de3ac18abaaddbcf4f73fcef55b7e
Issue #14172: Fix reference leak when marshalling a buffer-like object (other than a bytes object).
Lib/test/test_marshal.py
Misc/NEWS
Python/marshal.c