commit | 6ff7fefc914541ec5afdd3c8193da80818cb0817 | [log] [tgz] |
---|---|---|
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Mon Aug 23 12:30:21 2021 -0700 |
committer | GitHub <noreply@github.com> | Mon Aug 23 12:30:21 2021 -0700 |
tree | 10ab36305dc28ed2e2035ef2c924af6f6705de01 | |
parent | c6c120ddfa2eaa55db4fc1311b5107f6a7c99d88 [diff] |
bpo-44984: Rewrite test_null_strings in _testcapi (GH-27904) Test also PyObject_Repr(NULL) and PyObject_Bytes(NULL). (cherry picked from commit 4d689173861257c69adc6dc1dca4171946ddb57f) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>