mirror of
https://github.com/python/cpython.git
synced 2026-05-20 19:33:12 -04:00
e80a6a4ead
could crash in many places because of the PyByteArray_AS_STRING() macro returning NULL. The macro now returns a statically allocated empty string instead.