| commit | 7a3dae056d8022a8308b5aa8ac026b0436d66eb5 | [log] [tgz] |
|---|---|---|
| author | Richard Oudkerk <shibturn@gmail.com> | Sun May 05 23:05:00 2013 +0100 |
| committer | Richard Oudkerk <shibturn@gmail.com> | Sun May 05 23:05:00 2013 +0100 |
| tree | bc43894244c466d335d2d7967ccd78d9d63a428c | |
| parent | 8408cea0cdc0ccd5900acd99a9a51dd9161ae319 [diff] |
Issue #15528: Add weakref.finalize to support finalization using weakref callbacks. This is 2e446e87ac5b except that collections/__init__.py has been modified to import proxy from _weakref instead of weakref. This eliminates an import cycle which seems to cause a problem on Unix but not Windows.