reloading a C module
Martin von Loewis
loewis at informatik.hu-berlin.de
Mon Sep 25 17:45:27 EDT 2000
More information about the Python-list mailing list
Mon Sep 25 17:45:27 EDT 2000
- Previous message (by thread): reloading a C module
- Next message (by thread): reloading a C module
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
chris_barker at my-deja.com writes: > Is this supposed to work? Reloading of C modules is not supposed to work; all hell would break lose if there are still objects allocated which had their code in the old copy of the library. > If not, it really should be added to the docs. Please submit a bug report at http://sourceforge.net/projects/python. Regards, Martin
- Previous message (by thread): reloading a C module
- Next message (by thread): reloading a C module
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list