-
-
Notifications
You must be signed in to change notification settings - Fork 32.2k
bpo-38913: Fix segfault in Py_BuildValue("(s#O)", ...) if entered with exception raised. #18656
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-38913: Fix segfault in Py_BuildValue("(s#O)", ...) if entered with exception raised. #18656
Conversation
…h exception raised.
Codecov Report
@@ Coverage Diff @@
## master #18656 +/- ##
===========================================
+ Coverage 82.06% 83.20% +1.13%
===========================================
Files 1956 1571 -385
Lines 589514 414882 -174632
Branches 44464 44464
===========================================
- Hits 483809 345211 -138598
+ Misses 96052 60028 -36024
+ Partials 9653 9643 -10
Continue to review full report at Codecov.
|
Thanks @serhiy-storchaka for the PR 🌮🎉.. I'm working now to backport this PR to: 3.8. |
Sorry, @serhiy-storchaka, I could not cleanly backport this to |
…ered with exception raised. (pythonGH-18656). (cherry picked from commit 28d0bca) Co-authored-by: Serhiy Storchaka <[email protected]>
GH-18732 is a backport of this pull request to the 3.8 branch. |
https://bugs.python.org/issue38913