commit | 6c56356109616ea1292aafa48d30536279ec0937 | [log] [tgz] |
---|---|---|
author | Paul Ganssle <paul@ganssle.io> | Wed Jun 24 11:58:50 2020 -0400 |
committer | GitHub <noreply@github.com> | Wed Jun 24 11:58:50 2020 -0400 |
tree | f7e0ad8e39497dfa32c215b75e4fc8e4093aeee0 | |
parent | d518ed0baaa31ca25cd88ac8996c7a7d563b2a1f [diff] |
[3.9] bpo-41056: Fix a possible MemoryError leak within zoneinfo. (GH-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>