[issue37964] F_GETPATH is not available in fcntl.fcntl

2019-08-28 Thread Benjamin Peterson
Benjamin Peterson added the comment: New changeset 465e5d5bcbfd42be058d3584ccb421405eba1594 by Benjamin Peterson in branch 'master': bpo-37964: Make sure test works if TESTFN is in a non-ASCII directory. (GH-15568) https://github.com/python/cpython/commit/465e5d5bcbfd42be058d3584ccb421405eba

[issue37964] F_GETPATH is not available in fcntl.fcntl

2019-08-28 Thread Benjamin Peterson
Change by Benjamin Peterson : -- pull_requests: +15244 pull_request: https://github.com/python/cpython/pull/15568 ___ Python tracker ___ ___

[issue37964] F_GETPATH is not available in fcntl.fcntl

2019-08-28 Thread miss-islington
miss-islington added the comment: New changeset 13f37f2ba8b1fa39f312dca920e847d9c0313c77 by Miss Islington (bot) (Vinay Sharma) in branch 'master': closes bpo-37964: add F_GETPATH command to fcntl (GH-15550) https://github.com/python/cpython/commit/13f37f2ba8b1fa39f312dca920e847d9c0313c77 -

[issue37964] F_GETPATH is not available in fcntl.fcntl

2019-08-27 Thread Vinay Sharma
Vinay Sharma added the comment: I have opened a PR, but no reviewers, have been assigned. Could you please look into that ? -- ___ Python tracker ___ _

[issue37964] F_GETPATH is not available in fcntl.fcntl

2019-08-27 Thread Vinay Sharma
Change by Vinay Sharma : -- keywords: +patch pull_requests: +15226 stage: needs patch -> patch review pull_request: https://github.com/python/cpython/pull/15550 ___ Python tracker

[issue37964] F_GETPATH is not available in fcntl.fcntl

2019-08-27 Thread Christian Heimes
Christian Heimes added the comment: Since it's a feature request, I have reset the version list to 3.9. -- nosy: +christian.heimes stage: -> needs patch versions: -Python 2.7, Python 3.5, Python 3.6, Python 3.7, Python 3.8 ___ Python tracker

[issue37964] F_GETPATH is not available in fcntl.fcntl

2019-08-27 Thread Vinay Sharma
New submission from Vinay Sharma : F_GETPATH cmd/operator is not present in fcntl module. This is specific to macos and is only available in macos. https://developer.apple.com/library/archive/documentation/System/Conceptual/ManPages_iPhoneOS/man2/fcntl.2.html This can be also be verified using