Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix building CPython after python/cpython#107026 #10758

Merged
merged 1 commit into from
Jul 31, 2023

Conversation

illia-v
Copy link
Contributor

@illia-v illia-v commented Jul 28, 2023

Modules/_xxtestfuzz/fuzzer.c in CPython started using private API in python/cpython@89f9875#diff-a22ac7579f23068e0c6bcacf1086ee962fdf8e68725cf0510b42d0a389cf1efd.

This made fuzzing builds fail https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=60831.

Including needed header files fixes the error.

`Modules/_xxtestfuzz/fuzzer.c` in CPython started using private API in python/cpython@89f9875#diff-a22ac7579f23068e0c6bcacf1086ee962fdf8e68725cf0510b42d0a389cf1efd.

This made fuzzing builds fail https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=60831.

Including needed header files fixes the error.
@google-cla
Copy link

google-cla bot commented Jul 28, 2023

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

@github-actions
Copy link

illia-v is a new contributor to projects/cpython3. The PR must be approved by known contributors before it can be merged. The past contributors are: jonathanmetzman, gpshead, DavidKorczynski, oliverchang, devtty1er, Dor1s, ammaraskar (unverified), alex (unverified), ssbr (unverified)

@jonathanmetzman
Copy link
Contributor

illia-v is a new contributor to projects/cpython3. The PR must be approved by known contributors before it can be merged. The past contributors are: jonathanmetzman, gpshead, DavidKorczynski, oliverchang, devtty1er, Dor1s, ammaraskar (unverified), alex (unverified), ssbr (unverified)

@hogo6002 Can we filter out certain names from this list? A lot of these are maintainers that do mass changes but don't have particular knowledge of the project (me for example)

@jonathanmetzman
Copy link
Contributor

Other than that, the list is great

@jonathanmetzman
Copy link
Contributor

@ammaraskar @alex @gpshead do you approve?

@ammaraskar
Copy link
Contributor

LGTM

@alex
Copy link
Contributor

alex commented Jul 31, 2023 via email

@jonathanmetzman jonathanmetzman merged commit d9270d0 into google:master Jul 31, 2023
16 checks passed
@hogo6002
Copy link
Contributor

hogo6002 commented Jul 31, 2023

illia-v is a new contributor to projects/cpython3. The PR must be approved by known contributors before it can be merged. The past contributors are: jonathanmetzman, gpshead, DavidKorczynski, oliverchang, devtty1er, Dor1s, ammaraskar (unverified), alex (unverified), ssbr (unverified)

@hogo6002 Can we filter out certain names from this list? A lot of these are maintainers that do mass changes but don't have particular knowledge of the project (me for example)

Sure, I will remove maintainers from this list.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants