-
-
Notifications
You must be signed in to change notification settings - Fork 33.9k
bpo-41056: Fix a possible MemoryError leak within zoneinfo. #21007
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
This was detected by coverity as a REVERSE_INULL issue.
Coverity CID 1464644
|
I don't have time to look at this in any detail until tomorrow, but I think @tiran made essentially the same patch in #21003. That one got here first, but this one has a news entry. Looks simple enough, though, if y'all want to decide which patch to move forward with, the fact that you both came up with the exact same solution is probably a good enough "review". 😛 |
|
Thanks @gpshead for the PR 🌮🎉.. I'm working now to backport this PR to: 3.9. |
|
Sorry @gpshead, I had trouble checking out the |
…thonGH-21007) This was detected by our Coverity scan as a REVERSE_INULL issue. Automerge-Triggered-By: @gpshead (cherry picked from commit d780fa7) Co-authored-by: Gregory P. Smith <greg@krypto.org>
|
GH-21083 is a backport of this pull request to the 3.9 branch. |
This was detected by our Coverity scan as a REVERSE_INULL issue.
https://bugs.python.org/issue41056
Automerge-Triggered-By: @gpshead