]> granicus.if.org Git - python/commit
Fix long_format_binary()
authorVictor Stinner <victor.stinner@gmail.com>
Wed, 14 Oct 2015 07:47:23 +0000 (09:47 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Wed, 14 Oct 2015 07:47:23 +0000 (09:47 +0200)
commit199c9a6f4bf6ff6fe04c4c4ca17c24bc258079f7
treed027c2391703e43bd78ffd33cb9a5f527fc525ea
parent8c737d280b52906cbb09fc53b70a7ff2098621be
Fix long_format_binary()

Issue #25399: Fix long_format_binary(), allocate bytes for the bytes writer.
Objects/longobject.c