Issue37964
Created on 2019-08-27 14:53 by vinay0410, last changed 2022-04-11 14:59 by admin. This issue is now closed.
| Pull Requests | |||
|---|---|---|---|
| URL | Status | Linked | Edit |
| PR 15550 | merged | vinay0410, 2019-08-27 15:55 | |
| PR 15568 | merged | benjamin.peterson, 2019-08-29 04:28 | |
| Messages (5) | |||
|---|---|---|---|
| msg350635 - (view) | Author: Vinay Sharma (vinay0410) * | Date: 2019-08-27 14:53 | |
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 `man fcntl` |
|||
| msg350636 - (view) | Author: Christian Heimes (christian.heimes) * | Date: 2019-08-27 14:56 | |
Since it's a feature request, I have reset the version list to 3.9. |
|||
| msg350637 - (view) | Author: Vinay Sharma (vinay0410) * | Date: 2019-08-27 16:16 | |
I have opened a PR, but no reviewers, have been assigned. Could you please look into that ? |
|||
| msg350700 - (view) | Author: miss-islington (miss-islington) | Date: 2019-08-29 01:56 | |
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 |
|||
| msg350713 - (view) | Author: Benjamin Peterson (benjamin.peterson) * | Date: 2019-08-29 05:06 | |
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/465e5d5bcbfd42be058d3584ccb421405eba1594 |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022-04-11 14:59:19 | admin | set | github: 82145 |
| 2019-08-29 05:06:52 | benjamin.peterson | set | nosy:
+ benjamin.peterson messages: + msg350713 |
| 2019-08-29 04:28:20 | benjamin.peterson | set | pull_requests: + pull_request15244 |
| 2019-08-29 01:56:22 | miss-islington | set | status: open -> closed nosy:
+ miss-islington resolution: fixed |
| 2019-08-27 16:16:31 | vinay0410 | set | messages: + msg350637 |
| 2019-08-27 15:55:00 | vinay0410 | set | keywords:
+ patch stage: needs patch -> patch review pull_requests: + pull_request15226 |
| 2019-08-27 14:56:29 | christian.heimes | set | versions:
- Python 2.7, Python 3.5, Python 3.6, Python 3.7, Python 3.8 nosy: + christian.heimes messages: + msg350636 stage: needs patch |
| 2019-08-27 14:53:19 | vinay0410 | create | |