[New-bugs-announce] [issue10194] Add gc.remap() function to the gc module.

Peter Ingebretson report at bugs.python.org
Mon Oct 25 23:48:13 CEST 2010


New submission from Peter Ingebretson <pingebre at yahoo.com>:

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.

----------
components: Extension Modules
files: python_remap.diff
keywords: patch
messages: 119582
nosy: pingebretson
priority: normal
severity: normal
status: open
title: Add gc.remap() function to the gc module.
type: feature request
versions: Python 3.2
Added file: http://bugs.python.org/file19361/python_remap.diff

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue10194>
_______________________________________


More information about the New-bugs-announce mailing list