1
0
mirror of https://github.com/django/django.git synced 2025-09-18 06:59:12 +00:00
django/tests/utils_tests
Natalia 09801786df [5.1.x] Fixed #36499 -- Adjusted utils_tests.test_html.TestUtilsHtml.test_strip_tags following Python's HTMLParser new behavior.
Python fixed a quadratic complexity processing for HTMLParser in:
https://github.com/python/cpython/commit/6eb6c5db.

Backport of 2980627502c84a9fd09272e1349dc574a2ff1fb1 from main.
2025-08-13 17:49:04 -03:00
..