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 Elad Lahav
Recipients Elad Lahav, dstufft, eric.araujo, gvanrossum, pitrou, vstinner
Date 2020-03-02.14:11:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1583158278.22.0.806070820007.issue39763@roundup.psfhosted.org>
In-reply-to
Content
"Attached fork_mt.py example uses exec_fn() function... which is not defined. Is it on purpose?"

That was my mistake - a copy/paste of existing code from distutils. Since the example hangs before the script gets to exec_fn() I didn't notice the problem. Just change it to os.execl
History
Date User Action Args
2020-03-02 14:11:18Elad Lahavsetrecipients: + Elad Lahav, gvanrossum, pitrou, vstinner, eric.araujo, dstufft
2020-03-02 14:11:18Elad Lahavsetmessageid: <1583158278.22.0.806070820007.issue39763@roundup.psfhosted.org>
2020-03-02 14:11:18Elad Lahavlinkissue39763 messages
2020-03-02 14:11:18Elad Lahavcreate