]> granicus.if.org Git - python/commit
Fix a crash when the return value of a subgenerator is a temporary
authorAmaury Forgeot d'Arc <amauryfa@gmail.com>
Fri, 13 Jan 2012 20:06:12 +0000 (21:06 +0100)
committerAmaury Forgeot d'Arc <amauryfa@gmail.com>
Fri, 13 Jan 2012 20:06:12 +0000 (21:06 +0100)
commite557da804aae6ae6478809243c349659f5c3e722
tree8bd67c70fc72c5cf33734d9a9f78c70e9f6ac7a2
parent7e447c8224c0ce7748dfd502c746139965d2d1e4
Fix a crash when the return value of a subgenerator is a temporary
object (with a refcount of 1)
Lib/test/test_pep380.py
Objects/genobject.c