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 vstinner
Recipients etale-cohomology, serhiy.storchaka, vstinner
Date 2021-10-08.14:22:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1633702974.99.0.19154052208.issue45404@roundup.psfhosted.org>
In-reply-to
Content
On my Fedora 34, the HAVE_STROPTS_H macro is not defined in pyconfig.h:

/* Define to 1 if you have the <stropts.h> header file. */
/* #undef HAVE_STROPTS_H */

I confirm that I cannot find this file:

$ find /usr/include/ -name stropts.h
$ find /usr/lib/gcc/x86_64-redhat-linux/11/ -name stropts.h
History
Date User Action Args
2021-10-08 14:22:55vstinnersetrecipients: + vstinner, serhiy.storchaka, etale-cohomology
2021-10-08 14:22:54vstinnersetmessageid: <1633702974.99.0.19154052208.issue45404@roundup.psfhosted.org>
2021-10-08 14:22:54vstinnerlinkissue45404 messages
2021-10-08 14:22:54vstinnercreate