Documentation for os.environ should say that os.environ caching behavior is undefined if other threads are setting environment values
Nessuno ha ancora preso questa issue.
- Lingua principale
- Python
- Stelle
- 77.2k
- Fork
- 35.9k
- Metriche di merge delle PR
- Metriche PR in attesa
Descrizione
Documentation
It says here:
This mapping is captured the first time the os module is imported, typically during Python startup as part of processing site.py. Changes to the environment made after this time are not reflected in os.environ, except for changes made by modifying os.environ directly.
It should mention the caveat that such cashing would cause undefined behavior or/and crashes when other threads would be setting environment values. This would be true at least on Linux and FreeBSD.
The same should be mentioned in the documentation of the function that initializes the Python interpreter and caches environment.
These functions are not thread-safe.
Linked PRs
- gh-152979
Guida per i contributori
Apri la guida per i contributori
Come iniziare
- Leggi tutta la issue e poi la guida ai contributi del progetto.
- Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
- Fai un fork del repository e lavora su un branch.
- Apri una pull request che faccia riferimento al numero della issue.
Direzione di ricerca
Esamina la documentazione di os.environ collegata nell’issue e la documentazione della funzione di inizializzazione dell’interprete che memorizza l’ambiente nella cache. Confronta l’avvertenza richiesta sulla sicurezza dei thread con il PR collegato gh-152979. Il lavoro è completato quando entrambe le sezioni pertinenti della documentazione descrivono accuratamente il comportamento quando altri thread modificano i valori dell’ambiente.
Scritto dal modello di indicizzazione a partire dal testo della issue.
Valutazione
- Stack tecnologico
- python
- Ambito
- documentation, operating-systems
- Tipo di issue
- Documentazione
- Difficoltà
- 3/5
- Tempo stimato
- 1-2 giorni
- Stato di attività
- Ferma
- Chiarezza
- Abbastanza chiara
- Idoneità per principianti
- 30/100