[issue10194] Add gc.remap() function to the gc module.

2010-10-26 Thread Peter Ingebretson
Peter Ingebretson added the comment: Closing due to general lack of support on python-dev. Some portion of this implementation may come back as part of a PEP reference implementation. -- resolution: -> rejected status: open -> closed ___ Python tr

[issue10194] Add gc.remap() function to the gc module.

2010-10-26 Thread Peter Ingebretson
Peter Ingebretson added the comment: Thanks, I've started a thread on python-dev to discuss the patch. -- ___ Python tracker ___ ___

[issue10194] Add gc.remap() function to the gc module.

2010-10-26 Thread Antoine Pitrou
Antoine Pitrou added the comment: Agreed with Benjamin. There is already a visible issue with the patch: it breaks compatibility because the Py_VISIT() argument must now be an lvalue. -- ___ Python tracker __

[issue10194] Add gc.remap() function to the gc module.

2010-10-25 Thread Andrew Svetlov
Changes by Andrew Svetlov : -- nosy: +asvetlov ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pyth

[issue10194] Add gc.remap() function to the gc module.

2010-10-25 Thread Jon Parise
Changes by Jon Parise : -- nosy: +jon ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/ma

[issue10194] Add gc.remap() function to the gc module.

2010-10-25 Thread Benjamin Peterson
Benjamin Peterson added the comment: I think you need to bring this up on python-ideas/python-dev. -- nosy: +benjamin.peterson ___ Python tracker ___ ___

[issue10194] Add gc.remap() function to the gc module.

2010-10-25 Thread Ned Deily
Changes by Ned Deily : -- nosy: +pitrou stage: -> patch review ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue10194] Add gc.remap() function to the gc module.

2010-10-25 Thread Peter Ingebretson
Changes by Peter Ingebretson : Removed file: http://bugs.python.org/file19361/python_remap.diff ___ Python tracker ___ ___ Python-bugs-list ma

[issue10194] Add gc.remap() function to the gc module.

2010-10-25 Thread Peter Ingebretson
Changes by Peter Ingebretson : Added file: http://bugs.python.org/file19362/issue10194_gc_remap.diff ___ Python tracker ___ ___ Python-bugs-li

[issue10194] Add gc.remap() function to the gc module.

2010-10-25 Thread Peter Ingebretson
New submission from Peter Ingebretson : 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