Add a warning about untrusted input to `configparser` docs by StanFromIreland · Pull Request #146276 · python/cpython
.. warning:: Be cautious when parsing data from untrusted sources. A malicious INI file may cause the decoder to consume considerable CPU and memory resources. Limiting the size of data to be parsed is recommended.
.. seealso::
Module :mod:`tomllib`