To Do

Import in Python

Semantic Completeness

Bootstrapping

Is it a reasonable possibility to skip the pure bootstrapping issue initially for time reasons in order to meet security needs?  That would alleviate any time pressure for publication if bootstrapping turns out to be more difficult than expected.  Doing an impure bootstrapping could go as follows in an embedded situation:
  1. Create interpreter.
  2. Import new 'import' using existing import machinery.
  3. Replace __import__ with new 'import' (properly protected, of course).
  4. Sanitize 'sys'
  5. Begin using interpreter.
The question is whether this is secure enough.  Will the C-level code cause a problem by circumventing the new 'import' and using the old 'import'?

For complete bootstrapping and replacement of the old 'import', the issues/steps are:

Secure embedded Python interpreter

Call For Papers

Conferences

Things needed for a paper