]> granicus.if.org Git - python/commit
#11249: in PyType_FromSpec, copy tp_doc slot since it usually will point to a static...
authorGeorg Brandl <georg@python.org>
Sat, 19 Feb 2011 21:47:02 +0000 (21:47 +0000)
committerGeorg Brandl <georg@python.org>
Sat, 19 Feb 2011 21:47:02 +0000 (21:47 +0000)
commit032400b2d83ba1c2e4ee1cd33f51e9a598b2cf6c
tree24056a6b70587d6d6148955f188b159532092a46
parente0e824d2ed10fc99b7ed7a2eb19fe95bedcdbc8e
#11249: in PyType_FromSpec, copy tp_doc slot since it usually will point to a static string literal which should not be deallocated together with the type.
Misc/NEWS
Objects/typeobject.c