[New-bugs-announce] [issue16734] Delay interpreter startup phase until script is read

anatoly techtonik report at bugs.python.org
Thu Dec 20 06:55:26 CET 2012


New submission from anatoly techtonik:

Currently, when interpreter is launched it returns immediately to parent process without waiting to read the entrypoint script. This causes problem when you need to remove this script after executing.

Is it possible to delay return to child process until the entrypoint script is read?

See test case in attach.

----------
components: Interpreter Core
files: sub_race_removal.py
messages: 177800
nosy: techtonik
priority: normal
severity: normal
status: open
title: Delay interpreter startup phase until script is read
versions: Python 2.6, Python 2.7, Python 3.1, Python 3.2, Python 3.3, Python 3.4, Python 3.5
Added file: http://bugs.python.org/file28375/sub_race_removal.py

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue16734>
_______________________________________


More information about the New-bugs-announce mailing list