Skip to content

Conversation

@robertwb
Copy link
Contributor

The previous workaround would capture cases where the call was correctly structured and consume too much of the stack.

python/cpython#102403


Thank you for your contribution! Follow this checklist to help us incorporate your contribution quickly and easily:

  • Mention the appropriate issue in your description (for example: addresses #123), if applicable. This will automatically add a link to the pull request in the issue. If you would like the issue to automatically close on merging the pull request, comment fixes #<ISSUE NUMBER> instead.
  • Update CHANGES.md with noteworthy changes.
  • If this contribution is large, please file an Apache Individual Contributor License Agreement.

See the Contributor Guide for more tips on how to make review process smoother.

To check the build health, please visit https://github.com/apache/beam/blob/master/.test-infra/BUILD_STATUS.md

GitHub Actions Tests Status (on master branch)

Build python source distribution and wheels
Python tests
Java tests
Go tests

See CI.md for more information about GitHub Actions CI or the workflows README to see a list of phrases to trigger workflows.

The previous workaround would capture cases where the
call was correctly structured and consume too much of
the stack.

python/cpython#102403
Copy link
Contributor

@jrmccluskey jrmccluskey left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks!

@codecov
Copy link

codecov bot commented Sep 12, 2023

Codecov Report

Merging #28421 (6ef6b6a) into master (f86d9e2) will decrease coverage by 0.03%.
Report is 34 commits behind head on master.
The diff coverage is 60.00%.

@@            Coverage Diff             @@
##           master   #28421      +/-   ##
==========================================
- Coverage   72.36%   72.34%   -0.03%     
==========================================
  Files         682      682              
  Lines      100536   100541       +5     
==========================================
- Hits        72753    72732      -21     
- Misses      26208    26234      +26     
  Partials     1575     1575              
Flag Coverage Δ
python 82.87% <60.00%> (-0.04%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Changed Coverage Δ
.../python/apache_beam/typehints/trivial_inference.py 85.54% <60.00%> (+0.72%) ⬆️

... and 8 files with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@robertwb robertwb changed the title More narrow workaround for Python 3.11 comprehension bug. More targeted workaround for Python 3.11 comprehension bug. Sep 12, 2023
@robertwb robertwb merged commit d36d0cc into apache:master Sep 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants