cpython/Objects
Antoine Pitrou d38c990bb7 Issue #16602: When a weakref's target was part of a long deallocation chain, the object could remain reachable through its weakref even though its refcount had dropped to zero.
Thanks to Eugene Toder for diagnosing and reporting the issue.
2012-12-08 21:15:26 +01:00
..
stringlib Issue #14700: Fix buggy overflow checks for large precision and width in new-style and old-style formatting. 2012-10-28 10:00:46 +00:00
abstract.c allow any number to be returned from __length_hint__ (closes #15354) 2012-07-14 17:53:55 -07:00
boolobject.c
bufferobject.c
bytearrayobject.c Fix compilation on Windows 2012-11-03 23:07:59 +01:00
bytes_methods.c
capsule.c
cellobject.c
classobject.c
cobject.c
codeobject.c
complexobject.c
descrobject.c
dictnotes.txt
dictobject.c avoid a function call with redundant checks for dict size 2012-10-31 14:22:12 -04:00
enumobject.c
exceptions.c
fileobject.c
floatobject.c Issue #9742: Sneaky fix for build failure on Solaris 9. 2012-11-17 20:18:52 +00:00
frameobject.c
funcobject.c
genobject.c
intobject.c Issue #14783: Backport changes from 3.2. 2012-10-07 20:37:54 -07:00
iterobject.c
listobject.c
listsort.txt
lnotab_notes.txt
longobject.c Issue #14783: Backport changes from 3.2. 2012-10-07 20:37:54 -07:00
memoryobject.c
methodobject.c
moduleobject.c
object.c initialize more global type objects (closes #16369) 2012-10-30 23:21:10 -04:00
obmalloc.c
rangeobject.c Issue #14783: Backport changes from 3.2. 2012-10-07 20:37:54 -07:00
setobject.c
sliceobject.c Issue #14783: Backport changes from 3.2. 2012-10-07 20:37:54 -07:00
stringobject.c Issue #14700: Fix buggy overflow checks for large precision and width in new-style and old-style formatting. 2012-10-28 10:00:46 +00:00
structseq.c
tupleobject.c PyTuple_Pack() was missing va_end() in its error branch which lead to a resource leak. 2012-09-10 02:54:51 +02:00
typeobject.c Fixed memory leak in error branch of object_repr which may leak a reference to mod when type_name returns NULL. CID 715371 2012-09-10 16:57:36 +02:00
unicodectype.c
unicodeobject.c Issue #15379: Fix passing of non-BMP characters as integers for the charmap decoder (already working as unicode strings). 2012-11-17 21:14:58 +01:00
unicodetype_db.h
weakrefobject.c Issue #16602: When a weakref's target was part of a long deallocation chain, the object could remain reachable through its weakref even though its refcount had dropped to zero. 2012-12-08 21:15:26 +01:00