]> 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:12:43 +0000 (18:12 +0100)
committerAntoine Pitrou <solipsis@pitrou.net>
Fri, 2 Mar 2012 17:12:43 +0000 (18:12 +0100)
commit679e9d36f78de3ac18abaaddbcf4f73fcef55b7e
tree79bb8e94300dbb8ccb5eb2743a898149a62130ea
parentb2b18632ce5f8067b2925f4ba2cf783479759ab4
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