SIGN IN SIGN UP

bpo-42923: Py_FatalError() avoids fprintf() (GH-24242)

* Replace buffered fprintf() with unbuffered _Py_write_noraise()
  in Py_FatalError().
* _Py_DumpHexadecimal() now accepts uintptr_t.
V
Victor Stinner committed
314b8787e0c50985ba708034b84ff5b37a1d47de
Parent: e232025
Committed by GitHub <noreply@github.com> on 1/18/2021, 5:34:56 PM