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 Hassan El Karouni, vstinner
Date 2015-08-27.11:31:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1440675119.73.0.30359291745.issue24944@psf.upfronthosting.co.za>
In-reply-to
Content
> fcntl.__file__  returns  "fcntl.py". The file is located under site-packages.

Ok, it's not a bug in Python, but in your local setup. Rename this file to fcntl.py.old, it should fix your issue.
History
Date User Action Args
2015-08-27 11:31:59vstinnersetrecipients: + vstinner, Hassan El Karouni
2015-08-27 11:31:59vstinnersetmessageid: <1440675119.73.0.30359291745.issue24944@psf.upfronthosting.co.za>
2015-08-27 11:31:59vstinnerlinkissue24944 messages
2015-08-27 11:31:59vstinnercreate