]> granicus.if.org Git - python/commit
Issue #18227: Use PyMem_RawAlloc() in bz2, lzma and zlib modules
authorVictor Stinner <victor.stinner@gmail.com>
Sun, 7 Jul 2013 14:50:27 +0000 (16:50 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Sun, 7 Jul 2013 14:50:27 +0000 (16:50 +0200)
commit5064a52bcb59fd3ea56e5f57502946eb87eeaf14
tree0ffd0330bcd9f5ec34416ec48ad7d43985d597dc
parent65bf9cf26fee75dbe7e00f01e236bc5107a09a40
Issue #18227: Use PyMem_RawAlloc() in bz2, lzma and zlib modules
Modules/_bz2module.c
Modules/_lzmamodule.c
Modules/zlibmodule.c