`make test` alters `~/.python_history`
Abierto
@ambv ya está trabajando en esto.
Desde el 14/3/2026.
3.13
3.14
3.15
tests
topic-repl
type-bug
- Lenguaje dominante
- Python
- Estrellas
- 77.2k
- Forks
- 35.9k
- Métricas de merge de PR
- Métricas de PR pendientes
Descripción
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
Guía de contribución
Primeros pasos
- Lee el issue completo y luego la guía de contribución del proyecto.
- Comenta en el issue que vas a ocuparte — evita que dos personas hagan lo mismo.
- Haz un fork del repositorio y trabaja en una rama.
- Abre un pull request que haga referencia al número del issue.
Evaluación
Este issue todavía no se ha evaluado.