commit | 001a3952c973c645d961b4d688fc79d556fd580d | [log] [tgz] |
---|---|---|
author | Collin Winter <collinw@gmail.com> | Thu Mar 18 21:54:01 2010 +0000 |
committer | Collin Winter <collinw@gmail.com> | Thu Mar 18 21:54:01 2010 +0000 |
tree | 79213b980c9beda258b833ac5274b23c98d20084 | |
parent | 2e0a53fdf6dd84ab5418ae4faec330eaed443bd6 [diff] [blame] |
Add support for weak references to code objects. This will be used by an optimization in the incoming Python 3 JIT. Patch by Reid Kleckner!
diff --git a/Misc/NEWS b/Misc/NEWS index 03aa62d..6adc89d 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -19,6 +19,8 @@ printed and Python exits. Initialize the GIL before importing the site module. +- Code objects now support weak references. + Library -------