Skip to content
Snippets Groups Projects
Select Git revision
  • branch/default-vms
  • master
  • felixonmars-patch-1-1
  • felixonmars-patch-1
  • fix-173
  • wild/4890788900eb713c68beb1452b00dac2f73c70a7
  • wheels
  • branch/default default protected
  • python2.2
  • docs-102
  • surrogate-62
  • ecma-262-63
  • for_json-69
  • py-backports
  • py3
  • item_sort_key
  • bigint_as_string-gh31
  • dict-subclass-gh26
  • namedtuple_duck-gh22
  • iterable_as_array-gh1
20 results

simplejson

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    scoder authored
    * Really only use PyUnicode_FromUnicode() for strings that contain lone surrogate, not for normal non-BMP strings and not for surrogate pairs on 16bit Unicode platforms.
    
    See https://github.com/cython/cython/issues/3678
    
    * Extend buildenv test to debug a MacOS problem.
    * Add a test for surrogate pairs in Unicode strings.
    * Limit PyUnicode_FromUnicode() usage to strings containing lone surrogates.
    * Accept ambiguity of surrogate pairs in Unicode string literals when generated on 16bit Py2 systems.
    4a819716
    History
    Name Last commit Last update