os.link(..., follow_symlinks=False) without linkat(3)
Offen
Dieses Issue hat noch niemand übernommen.
3.10
extension-modules
type-bug
- Vorherrschende Sprache
- Python
- Sterne
- 77.2k
- Forks
- 36k
- Ø Merge
- 1 T. 9 Std.
- Gemergte PRs (30 T.)
- 558
Beschreibung
| BPO | 41355 |
|---|---|
| Nosy | @gpshead, @ronaldoussoren, @eryksun, @pablogsal |
| PRs |
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more details
GitHub fields:
assignee = None
closed_at = None
created_at = <Date 2020-07-21.09:28:04.589>
labels = ['extension-modules', 'type-bug', '3.10']
title = 'os.link(..., follow_symlinks=False) without linkat(3)'
updated_at = <Date 2020-07-29.21:14:58.987>
user = 'https://github.com/ronaldoussoren'
bugs.python.org fields:
activity = <Date 2020-07-29.21:14:58.987>
actor = 'gregory.p.smith'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['Extension Modules']
creation = <Date 2020-07-21.09:28:04.589>
creator = 'ronaldoussoren'
dependencies = []
files = []
hgrepos = []
issue_num = 41355
keywords = ['patch']
message_count = 7.0
messages = ['374057', '374459', '374485', '374488', '374500', '374513', '374586']
nosy_count = 4.0
nosy_names = ['gregory.p.smith', 'ronaldoussoren', 'eryksun', 'pablogsal']
pr_nums = ['21648']
priority = 'normal'
resolution = None
stage = 'patch review'
status = 'open'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue41355'
versions = ['Python 3.10']
Beitragsleitfaden
Erste Schritte
- Lies das ganze Issue und danach den Beitragsleitfaden des Projekts.
- Schreib ins Issue, dass du es übernimmst — das erspart doppelte Arbeit.
- Forke das Repository und arbeite in einem Branch.
- Öffne einen Pull Request, der die Issue-Nummer nennt.
Rechercherichtung
Beginnen Sie am Einstiegspunkt os.link und prüfen Sie den verknüpften PR python/cpython#21648, der sich bereits in der Patch-Überprüfung befindet. Ermitteln Sie, wie sich follow_symlinks=False verhalten sollte, wenn linkat(3) nicht verfügbar ist, und überprüfen Sie anschließend das Verhalten über die betroffenen Pfade der Erweiterungsmodule hinweg.
Vom Indexierungsmodell aus dem Issue-Text verfasst.
Bewertung
- Tech-Stack
- python
- Bereich
- operating-systems
- Issue-Typ
- Bug
- Schwierigkeit
- 4/5
- Geschätzter Aufwand
- 3-5 Tage
- Aktivitätsstatus
- Veraltet
- Klarheit
- Größtenteils klar
- Anfängerfreundlichkeit
- 20/100