-
-
Notifications
You must be signed in to change notification settings - Fork 32.2k
bpo-32636: Fix @asyncio.coroutine debug mode bug exposed by #5250 #5291
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
Conversation
@Mariatta Sorry for bothering you, but what to do when Bedevere bot is stuck? :) |
I'll try closing and reopening again 😛 Sorry for the noise. |
Hmm not sure. I'll have to read code, once I have the chance a little later. |
@Mariatta should we re-submit this patch? |
Hold on before re-submitting a patch. I wanna debug bedevere and find out the issue. Thanks. Will keep you updated. |
There's 500 error with the webhook for this particular PR. I will take a further look. |
This came up in python/cpython#5291 The PR did not have any description, and the title was edited to include the bpo number. It caused a 500 error, because bedevere did not anticipate this situation. Updated the code so that it takes into consideration when the body is empty.
I found the issue. The error arised in this specific situation of title edited and the PR does not contain any description ( |
Thanks so much, @Mariatta! |
This came up in python/cpython#5291 The PR did not have any description, and the title was edited to include the bpo number. It caused a 500 error, because bedevere did not anticipate this situation. Updated the code so that it takes into consideration when the body is empty.
This came up in python/cpython#5291 The PR did not have any description, and the title was edited to include the bpo number. It caused a 500 error, because bedevere did not anticipate this situation. Updated the code so that it takes into consideration when the body is empty.
Thanks @Mariatta! |
None
https://bugs.python.org/issue32636