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 pmpp
Recipients pmpp, r.david.murray, steven.daprano
Date 2018-12-11.18:46:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1544553965.81.0.788709270274.issue35403@psf.upfronthosting.co.za>
In-reply-to
Content
Sure, but i was considering the cpython in the browser/webview/electron case where python modules are served as .wasm files, i'm about to do it for my port and pyodide already does. 
It would make sense to provide the *simplest* environnement for cpython to serve its own components.

scientific cpython stack in the browser:
https://github.com/iodide-project/pyodide

python repl in the browser experiment:
http://pmpp.pagesperso-orange.fr/python_em.html

Also i think cpython in the browser could be be already beyond testing and so far provides the best sandboxing configuration available around :
"run python in a sandbox, not the opposite" ( quoting Victor Stinner )
History
Date User Action Args
2018-12-11 18:46:05pmppsetrecipients: + pmpp, steven.daprano, r.david.murray
2018-12-11 18:46:05pmppsetmessageid: <1544553965.81.0.788709270274.issue35403@psf.upfronthosting.co.za>
2018-12-11 18:46:05pmpplinkissue35403 messages
2018-12-11 18:46:05pmppcreate