]> granicus.if.org Git - python/commitdiff
Blocked revisions 79276 via svnmerge
authorVictor Stinner <victor.stinner@haypocalc.com>
Mon, 22 Mar 2010 12:13:59 +0000 (12:13 +0000)
committerVictor Stinner <victor.stinner@haypocalc.com>
Mon, 22 Mar 2010 12:13:59 +0000 (12:13 +0000)
Python 3.1 doesn't support unicode events.

........
  r79276 | victor.stinner | 2010-03-22 13:11:44 +0100 (lun., 22 mars 2010) | 7 lines

  Fix a crash in _elementtree related to lone unicode surrogates.

  Fix a segfault on:

     >>> import _elementtree
     >>> _elementtree.iterparse('/bin/sh', ("\uDC80", "\ud808\udf45"))
........


No differences found