]> 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)
commit816a5ff3b218ac374f89bf3cda0d13f47b7bd92e
tree4c97c70fda3f69c42196da80fd7dcea299c65e0b
parentb4905efe23c3e158a3c494d40988ce6de6bde3cd
Issue #17765: weakref.ref() no longer silently ignores keyword arguments.
Patch by Georg Brandl.
Lib/test/test_weakref.py
Misc/NEWS
Objects/weakrefobject.c