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 <rep...@bugs.python.org> <http://bugs.python.org/issue16734> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com