]> granicus.if.org Git - python/commit
bpo-36389: Add newline to _PyObject_AssertFailed() (GH-16629)
authorVictor Stinner <vstinner@python.org>
Mon, 7 Oct 2019 21:44:05 +0000 (23:44 +0200)
committerGitHub <noreply@github.com>
Mon, 7 Oct 2019 21:44:05 +0000 (23:44 +0200)
commit7775349895088a7ae68cecf0c74cf817f15e2c74
tree3404b00fa5d59c43b841d50d773f34c73ae5314f
parente310af9e2941c2fbb7370e003276cc37eb230f16
bpo-36389: Add newline to _PyObject_AssertFailed() (GH-16629)

Add a newline between the verbose object dump and the Py_FatalError()
logs for readability.
Objects/object.c