Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork33.7k
Closed
Description
Bug report
#101857 /#101858 added an#include <linux/limits.h> on Linux inModules/posixmodule.c.
If my Linux Git history sleuthing is accurate (git log -- include/linux/limits.h),linux/limits.h only exists in Linux <3.10 and >5.1. (Yes, the file was removed then re-added.) Attempting to compile CPython against Linux headers 3.10-5.0 fails due to the missing file.
cc@thesamesam (commit author)@gpshead (reviewer)