]> granicus.if.org Git - python/commit
Issue #6697: Fix a crash if code of "python -c code" contains surrogates
authorVictor Stinner <victor.stinner@haypocalc.com>
Mon, 17 May 2010 01:13:37 +0000 (01:13 +0000)
committerVictor Stinner <victor.stinner@haypocalc.com>
Mon, 17 May 2010 01:13:37 +0000 (01:13 +0000)
commit6baded49d0abf07f141dae489c6a010af1b1e209
tree49ec83c86cb48d362b662dbe99b5cd3d2b762027
parentf155f1f4cef42e26809e3512634e4ed083b7965c
Issue #6697: Fix a crash if code of "python -c code" contains surrogates
Lib/test/test_sys.py
Modules/main.c