]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] gh-94808: Cover `%p` in `PyUnicode_FromFormat` (GH-96677) (#98033)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 8 Oct 2022 00:09:53 +0000 (17:09 -0700)
committerGitHub <noreply@github.com>
Sat, 8 Oct 2022 00:09:53 +0000 (17:09 -0700)
commit46aa5d2c2dc60da50291dfdfc00126b14cd92676
tree74c8f8166c710e6dc32a124dce80e95cae70b4a2
parentc2f21af42a50b36e0ef2fce9caaf3a36e946431c
[3.11] gh-94808: Cover `%p` in `PyUnicode_FromFormat` (GH-96677) (#98033)

Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
(cherry picked from commit 72c166add89a0cd992d66f75ce94eee5eb675a99)
Lib/test/test_unicode.py