]> granicus.if.org Git - python/commit
Fixes for issue 1752184, ensuring type objects are always created
authorGuido van Rossum <guido@python.org>
Fri, 2 Nov 2007 23:07:07 +0000 (23:07 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 2 Nov 2007 23:07:07 +0000 (23:07 +0000)
commite845c0f92244ad45a204420e23ebeb53c1a9bd79
tree6e955f6c3bb266d082ab16506b272a91c80b3c01
parent15c974651f7bb8e54a008359cf306a8e8ec13c12
Fixes for issue 1752184, ensuring type objects are always created
with a PyUnicode name.
Objects/typeobject.c
Parser/asdl_c.py
Python/Python-ast.c
Python/errors.c