]> granicus.if.org Git - python/commit
do a backport of r75928
authorBenjamin Peterson <benjamin@python.org>
Thu, 29 Oct 2009 01:49:07 +0000 (01:49 +0000)
committerBenjamin Peterson <benjamin@python.org>
Thu, 29 Oct 2009 01:49:07 +0000 (01:49 +0000)
commitea0e3b0d60b075e6d5cb09dcd83fd86e828612cb
tree4a8d50b06b8296e6dc9175e7ada7bfe4bb616a9a
parenta7d44001b1f4c3a61c8c96e805034653e268122d
do a backport of r75928

The added test does not fail without the patch, but we still fix the issue of
surrogates being used in wide builds where they should not be.
Lib/test/test_pep263.py
Python/ast.c