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 shreyanavigyan
Recipients eric.araujo, shreyanavigyan
Date 2021-05-08.12:02:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1620475372.06.0.0190487750309.issue43992@roundup.psfhosted.org>
In-reply-to
Content
It's also pretty problematic that Python depends on the system header code rather than fetched source code like we do in OS X or Windows. I would like to suggest that we fetch source code and then use that instead of system header files. This wouldn't be a problem to implement since OS X and Linux behave in the same way because both share the same UNIX kernel and it wouldn't break any code out there. In fact it would improve the code. This would reduce all the setup we have to do beforehand on Linux especially Debian distributions.
History
Date User Action Args
2021-05-08 12:02:52shreyanavigyansetrecipients: + shreyanavigyan, eric.araujo
2021-05-08 12:02:52shreyanavigyansetmessageid: <1620475372.06.0.0190487750309.issue43992@roundup.psfhosted.org>
2021-05-08 12:02:52shreyanavigyanlinkissue43992 messages
2021-05-08 12:02:51shreyanavigyancreate