[Python-Dev] Unload a module written in C
"Martin v. Löwis"
martin at v.loewis.de
Fri Mar 25 19:54:24 CET 2011
More information about the Python-Dev mailing list
Fri Mar 25 19:54:24 CET 2011
- Previous message: [Python-Dev] Unload a module written in C
- Next message: [Python-Dev] CRLF line endings
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Am 25.03.2011 11:14, schrieb Victor Stinner: > Le vendredi 25 mars 2011 à 07:59 +0100, "Martin v. Löwis" a écrit : >>> Is there a bug somewhere, or do I misunderstood something important? >> >> Module unloading is simply not implemented, and would be very difficult >> to implement. > > My problem is that if Python is embeded, my module will still be active > after Py_FinalizeEx(). Ah. If that's the case, it's a bug. Regards, Martin
- Previous message: [Python-Dev] Unload a module written in C
- Next message: [Python-Dev] CRLF line endings
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list