Message363176
| 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 |
|