mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
3 lines
184 B
ReStructuredText
3 lines
184 B
ReStructuredText
Fix a use-after-free crash in :ref:`bytearray.__mod__ <bytes-formatting>` when
|
|
the :class:`!bytearray` is mutated while formatting the ``%``-style arguments.
|
|
Patch by Bénédikt Tran.
|