diff options
author | John Belmonte <john@neggie.net> | 2024-02-12 11:17:51 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-12 11:17:51 (GMT) |
commit | 72340d15cdfdfa4796fdd7c702094c852c2b32d2 (patch) | |
tree | e5236dae006b23712ec07ac39a416d08371dc8b8 /Lib/test/test_pydoc/pydoc_mod.py | |
parent | 235cacff81931a68e8c400bb3919ae6e55462fb5 (diff) | |
download | cpython-72340d15cdfdfa4796fdd7c702094c852c2b32d2.zip cpython-72340d15cdfdfa4796fdd7c702094c852c2b32d2.tar.gz cpython-72340d15cdfdfa4796fdd7c702094c852c2b32d2.tar.bz2 |
gh-114563: C decimal falls back to pydecimal for unsupported format strings (GH-114879)
Immediate merits:
* eliminate complex workarounds for 'z' format support
(NOTE: mpdecimal recently added 'z' support, so this becomes
efficient in the long term.)
* fix 'z' format memory leak
* fix 'z' format applied to 'F'
* fix missing '#' format support
Suggested and prototyped by Stefan Krah.
Fixes gh-114563, gh-91060
Co-authored-by: Stefan Krah <skrah@bytereef.org>
Diffstat (limited to 'Lib/test/test_pydoc/pydoc_mod.py')
0 files changed, 0 insertions, 0 deletions