`make test` alters `~/.python_history`
Offen
@ambv arbeitet bereits daran.
Seit 14.3.2026.
3.13
3.14
3.15
tests
topic-repl
type-bug
- Vorherrschende Sprache
- Python
- Sterne
- 77.2k
- Forks
- 36k
- PR-Merge-Kennzahlen
- PR-Kennzahlen ausstehend
Beschreibung
Bug report
Bug description:
make test
after make test all history for repl gone and add values below
➜ cpython git:(hy/close_issue_139349) cat ~/.python_history
pip install sampleproject
pip3 install sampleproject
python -m pip install sampleproject
python3 -m pip install sampleproject
sorted(dir())
import runpy
runpy._run_module_code('blech', {0: '', 'bluch': ''}, '')
runpy._run_module_code('blech', {0: '', 'bluch': ''}, '')d
runpy._run_module_code('blech', {0: '', 'bluch': ''}, '')
cc @picnixz
CPython versions tested on:
CPython main branch
Operating systems tested on:
macOS
Linked PRs
- gh-139380
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.
Bewertung
Dieses Issue wurde noch nicht bewertet.