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 Manjusaka
Recipients Manjusaka, ned.deily
Date 2018-06-04.02:59:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1528081181.73.0.592728768989.issue33756@psf.upfronthosting.co.za>
In-reply-to
Content
Actually, I found some interesting problem.

In Python 3.6.5 has declared the `extern pid_t forkpty(int *, char *, struct termios *, struct winsize *);`  in here https://github.com/python/cpython/blob/3.6/Include/pyport.h#L532

and I add it into the Python 3.7.0b5's pyport.h, It builds success!
History
Date User Action Args
2018-06-04 02:59:41Manjusakasetrecipients: + Manjusaka, ned.deily
2018-06-04 02:59:41Manjusakasetmessageid: <1528081181.73.0.592728768989.issue33756@psf.upfronthosting.co.za>
2018-06-04 02:59:41Manjusakalinkissue33756 messages
2018-06-04 02:59:41Manjusakacreate