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 christoph.wiedemann
Recipients brett.cannon, christoph.wiedemann, cschramm, eric.snow, ncoghlan, petr.viktorin, scoder
Date 2018-08-08.07:24:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1533713080.84.0.56676864532.issue34309@psf.upfronthosting.co.za>
In-reply-to
Content
For short-term / mid-term we have now decided to start python as seperate process and interact with some kind of IPC. That leads to a limited interaction model between python and the embedded app but it has the advantage that unloading is possible (by simply restarting python).

Hopefully, at some day python will have better support for unloading / reloading extension modules, but as some pointed out this will take time also until extension modules adopt new API discussed in the PEPs.

Thanks for discussion and information!
History
Date User Action Args
2018-08-08 07:24:41christoph.wiedemannsetrecipients: + christoph.wiedemann, brett.cannon, ncoghlan, scoder, petr.viktorin, eric.snow, cschramm
2018-08-08 07:24:40christoph.wiedemannsetmessageid: <1533713080.84.0.56676864532.issue34309@psf.upfronthosting.co.za>
2018-08-08 07:24:40christoph.wiedemannlinkissue34309 messages
2018-08-08 07:24:40christoph.wiedemanncreate