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

bpo-40334: Compile extensions in test_peg_generator with C99 #19668

Merged
merged 1 commit into from
Apr 23, 2020

Conversation

pablogsal
Copy link
Member

@pablogsal pablogsal commented Apr 22, 2020

This PR restores the C99 stuff that we removed from Parser/pegen/parse_string.c and fixes the remaining buildbot issues.

https://bugs.python.org/issue40334

@bedevere-bot

This comment has been minimized.

@bedevere-bot bedevere-bot removed the 🔨 test-with-buildbots Test PR w/ buildbots; report in status section label Apr 22, 2020
@pablogsal pablogsal changed the title Compile extensions in test_peg_generator with C99 bpo-40334: Compile extensions in test_peg_generator with C99 Apr 23, 2020
@pablogsal pablogsal added the 🔨 test-with-buildbots Test PR w/ buildbots; report in status section label Apr 23, 2020
@bedevere-bot
Copy link

🤖 New build scheduled with the buildbot fleet by @pablogsal for commit 6d15acd386e2446a9d86cfe8def687099c19ae52 🤖

If you want to schedule another build, you need to add the ":hammer: test-with-buildbots" label again.

@bedevere-bot bedevere-bot removed the 🔨 test-with-buildbots Test PR w/ buildbots; report in status section label Apr 23, 2020
@pablogsal pablogsal added the 🔨 test-with-buildbots Test PR w/ buildbots; report in status section label Apr 23, 2020
@bedevere-bot
Copy link

🤖 New build scheduled with the buildbot fleet by @pablogsal for commit 983f06f5e6a98574b24f39bb79a55b8c796b6d09 🤖

If you want to schedule another build, you need to add the ":hammer: test-with-buildbots" label again.

@bedevere-bot bedevere-bot removed the 🔨 test-with-buildbots Test PR w/ buildbots; report in status section label Apr 23, 2020
@pablogsal pablogsal added the 🔨 test-with-buildbots Test PR w/ buildbots; report in status section label Apr 23, 2020
@bedevere-bot
Copy link

🤖 New build scheduled with the buildbot fleet by @pablogsal for commit ef7abe9 🤖

If you want to schedule another build, you need to add the ":hammer: test-with-buildbots" label again.

@bedevere-bot bedevere-bot removed the 🔨 test-with-buildbots Test PR w/ buildbots; report in status section label Apr 23, 2020
@pablogsal
Copy link
Member Author

The failing buildbots are now green:

https://buildbot.python.org/all/#/builders/331/builds/35/steps/5/logs/stdio

@pablogsal pablogsal merged commit 0b7829e into python:master Apr 23, 2020
@pablogsal pablogsal deleted the more_buildbot_fixes branch May 19, 2021 18:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants