]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Add support for weak references to code objects. This will be used by an optimization...
authorCollin Winter <collinw@gmail.com>
Thu, 18 Mar 2010 21:54:01 +0000 (21:54 +0000)
committerCollin Winter <collinw@gmail.com>
Thu, 18 Mar 2010 21:54:01 +0000 (21:54 +0000)
commit001a3952c973c645d961b4d688fc79d556fd580d
tree79213b980c9beda258b833ac5274b23c98d20084
parent2e0a53fdf6dd84ab5418ae4faec330eaed443bd6
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!
Doc/library/weakref.rst
Include/code.h
Lib/test/test_code.py
Lib/test/test_sys.py
Misc/NEWS
Objects/codeobject.c