This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pingebretson
Recipients pingebretson
Date 2010-10-25.21:48:08
SpamBayes Score 0.0005079579
Marked as misclassified No
Message-id <1288043293.98.0.0362084529098.issue10194@psf.upfronthosting.co.za>
In-reply-to
Content
This patch implements the gc.remap() function as described in the following document:

http://doublestar.org/in-place-python-reloading/

The intended use is an enhanced module reloading mechanism, a prototype of which is described here:

http://doublestar.org/python-hot-loading-prototype/

The patch includes unit tests for gc.remap as well as documentation.  The NEWS has a TODO where the issue number would be, which needs to be updated.  The unit test suite has been run on Ubuntu 10.10 and Windows XP.
History
Date User Action Args
2010-10-25 21:48:14pingebretsonsetrecipients: + pingebretson
2010-10-25 21:48:13pingebretsonsetmessageid: <1288043293.98.0.0362084529098.issue10194@psf.upfronthosting.co.za>
2010-10-25 21:48:12pingebretsonlinkissue10194 messages
2010-10-25 21:48:12pingebretsoncreate