blob: 887d506d4bdd5e89a6dfc1f4a650d1acd3f9300a (
plain)
1
2
3
|
Fix internal error in the :mod:`re` module which in very rare circumstances
prevented compilation of a regular expression containing a :ref:`conditional
expression <re-conditional-expression>` without the "else" branch.
|