]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-94808: Cover `%p` in `PyUnicode_FromFormat` (#96677)
authorNikita Sobolev <mail@sobolevn.me>
Fri, 7 Oct 2022 16:53:42 +0000 (19:53 +0300)
committerGitHub <noreply@github.com>
Fri, 7 Oct 2022 16:53:42 +0000 (09:53 -0700)
commit72c166add89a0cd992d66f75ce94eee5eb675a99
tree40ea28f65fcffad7dbad55f0dd7d5c6fcd61932b
parentbe4099e55d30a2991b46add59ee96c531904c144
gh-94808: Cover `%p` in `PyUnicode_FromFormat` (#96677)

Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
Lib/test/test_unicode.py