diff options
author | Sam Gross <colesbury@gmail.com> | 2024-07-23 13:17:13 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-23 13:17:13 (GMT) |
commit | 2c1b1e7a07eba0138b9858c6f2bea3cae9af0808 (patch) | |
tree | b85421160726237e9fc377e310561f90c6c33996 /Python/config_common.h | |
parent | 624bda76386efd8eecf73c4ad06f997b9b25f07f (diff) | |
download | cpython-2c1b1e7a07eba0138b9858c6f2bea3cae9af0808.zip cpython-2c1b1e7a07eba0138b9858c6f2bea3cae9af0808.tar.gz cpython-2c1b1e7a07eba0138b9858c6f2bea3cae9af0808.tar.bz2 |
gh-121973: Fix flaky test_pyrepl tests (GH-122140)
This fixes the flakiness in:
* test_inspect_keeps_globals_from_inspected_file
* test_inspect_keeps_globals_from_inspected_module
The output already includes newlines. Adding newlines for every entry in
the output list introduces non-determinism because it added '\n' in
places where stdout is flushed or some buffer becomes full.
The regex also needed to be updated because pyrepl includes control
characters -- the visible output on each line doesn't immediately follow
a newline character.
Co-authored-by: Ćukasz Langa <lukasz@langa.pl>
Diffstat (limited to 'Python/config_common.h')
0 files changed, 0 insertions, 0 deletions