mdickinson / bigfloat

Python wrapper for MPFR, providing high-precision floating-point arithmetic
GNU Lesser General Public License v3.0
43 stars 11 forks source link

Fix TestFormatting to undo its context changes #98

Closed mdickinson closed 4 years ago

mdickinson commented 4 years ago

This change was missed in #92. I've now double-checked that all context changes via setcontext in the test suite are eventually undone.