[proxy] github.com← back | site home | direct (HTTPS) ↗ | proxy home | ◑ dark◐ light

bpo-32989: IDLE - remove unneeded parameter by terryjreedy · Pull Request #18138 · python/cpython

terryjreedy

added 2 commits

January 22, 2020 23:00

IDLE does not pass a non-default _synchre in any of its calls to
pyparse.find_good_parse_start.

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

Jan 23, 2020

IDLE does not pass a non-default _synchre in any of its calls to
pyparse.find_good_parse_start.
(cherry picked from commit f9e07e1)

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

Jan 23, 2020

IDLE does not pass a non-default _synchre in any of its calls to
pyparse.find_good_parse_start.
(cherry picked from commit f9e07e1)

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>

miss-islington added a commit that referenced this pull request

Jan 23, 2020
IDLE does not pass a non-default _synchre in any of its calls to
pyparse.find_good_parse_start.
(cherry picked from commit f9e07e1)

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>

miss-islington added a commit that referenced this pull request

Jan 23, 2020
IDLE does not pass a non-default _synchre in any of its calls to
pyparse.find_good_parse_start.
(cherry picked from commit f9e07e1)

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>

shihai1991 pushed a commit to shihai1991/cpython that referenced this pull request

Jan 31, 2020
IDLE does not pass a non-default _synchre in any of its calls to
pyparse.find_good_parse_start.