]> granicus.if.org Git - python/commit
Issue #17765: weakref.ref() no longer silently ignores keyword arguments.
authorSerhiy Storchaka <storchaka@gmail.com>
Sat, 7 May 2016 12:41:09 +0000 (15:41 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Sat, 7 May 2016 12:41:09 +0000 (15:41 +0300)
commit21eb48764c618eede0405ef840eadf1b03ff9b00
tree74014667fe8b77408970089321c055ac10369fa9
parent6dff0205b724669cc0469dd65a3f7edc5a69e1e7
Issue #17765: weakref.ref() no longer silently ignores keyword arguments.
Patch by Georg Brandl.
Lib/test/test_weakref.py
Misc/NEWS
Objects/weakrefobject.c