]> granicus.if.org Git - python/commit
bpo-36389: Fix _PyBytesWriter in release mode (GH-16624)
authorVictor Stinner <vstinner@python.org>
Mon, 7 Oct 2019 20:31:42 +0000 (22:31 +0200)
committerGitHub <noreply@github.com>
Mon, 7 Oct 2019 20:31:42 +0000 (22:31 +0200)
commit60ec6efd96d95476fe5e38c491491add04f026e5
tree9375da43962ba029fc37770f83d1d7f784cb32ca
parent6876257eaabdb30f27ebcbd7d2557278ce2e5705
bpo-36389: Fix _PyBytesWriter in release mode (GH-16624)

Fix _PyBytesWriter API when Python is built in release mode with
assertions.
Include/internal/pycore_pymem.h
Objects/bytesobject.c
Objects/obmalloc.c