commit | 7775349895088a7ae68cecf0c74cf817f15e2c74 | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@python.org> | Mon Oct 07 23:44:05 2019 +0200 |
committer | GitHub <noreply@github.com> | Mon Oct 07 23:44:05 2019 +0200 |
tree | 3404b00fa5d59c43b841d50d773f34c73ae5314f | |
parent | e310af9e2941c2fbb7370e003276cc37eb230f16 [diff] |
bpo-36389: Add newline to _PyObject_AssertFailed() (GH-16629) Add a newline between the verbose object dump and the Py_FatalError() logs for readability.