Bug 1917010

Summary: Python3 in Fedora 31,32,33 does not contain os.chflags()
Product: [Fedora] Fedora Reporter: Коренберг Марк <socketpair>
Component: python39Assignee: Miro Hrončok <mhroncok>
Status: CLOSED WONTFIX QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: high Docs Contact:
Priority: unspecified    
Version: rawhideCC: mhroncok, python-sig, thrnciar, vstinner
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: ---
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2021-01-16 14:25:50 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Коренберг Марк 2021-01-16 14:15:33 UTC
But according to documentation it should. Seems incorrect build or incorrect detection function in Python build scripts

Comment 1 Коренберг Марк 2021-01-16 14:25:50 UTC
Unfortunatelly it's Python bug. Python does support os.chflags() only in *BSD and MacOSX.

See
https://bugs.python.org/issue42939