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 aeros, asvetlov, benjamin.peterson, hroncok, miss-islington, nanjekyejoannah, njs, vstinner, yan12125, yselivanov
Date 2019-11-20.11:12:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1574248324.97.0.62013495387.issue38692@roundup.psfhosted.org>
In-reply-to
Content
> BTW my kernel is: 5.3.7-301.fc31.x86_64

I get a different error on Fedora 31 with Linux kernel 5.3.9-300.fc31.x86_64:

$ ./python
Python 3.9.0a1+ (heads/method_freelist:e34fa9b8d7, Nov 20 2019, 12:09:54) 
[GCC 9.2.1 20190827 (Red Hat 9.2.1-1)] on linux
>>> import os
>>> os.pidfd_open(-1)
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
OSError: [Errno 22] Invalid argument
History
Date User Action Args
2019-11-20 11:12:05vstinnersetrecipients: + vstinner, benjamin.peterson, njs, asvetlov, yselivanov, yan12125, hroncok, miss-islington, nanjekyejoannah, aeros
2019-11-20 11:12:04vstinnersetmessageid: <1574248324.97.0.62013495387.issue38692@roundup.psfhosted.org>
2019-11-20 11:12:04vstinnerlinkissue38692 messages
2019-11-20 11:12:04vstinnercreate