Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 374 Bytes

2024-02-11-20-23-36.gh-issue-114563.RzxNYT.rst

File metadata and controls

4 lines (4 loc) · 374 Bytes

Fix several format() bugs when using the C implementation of ~decimal.Decimal: * memory leak in some rare cases when using the z format option (coerce negative 0) * incorrect output when applying the z format option to type F (fixed-point with capital NAN / INF) * incorrect output when applying the # format option (alternate form)