MarkupSafe 1.1.1 Released

written by David Lord on 2019-02-23 in Releases

This is a bugfix release. Changelog

  • If an __html__ method raised an exception, Python would segfault when using MarkupSafe's C speedups. Now the exception will propagate correctly rather than crashing.

Install or Upgrade

Install from PyPI with pip:

pip install -U MarkupSafe