Staging
v0.5.1
https://github.com/python/cpython
Revision d5ee9b9940ba24120838b07061058afe931cfff1 authored by Miss Islington (bot) on 22 June 2020, 07:43:41 UTC, committed by GitHub on 22 June 2020, 07:43:41 UTC

Reported by Coverity.  (CID 1457554 RETURN_LOCAL)

path0 is assigned as a pointer to this right before it goes out of scope.
(cherry picked from commit 81328f30703bd7225e7e73aedb0994a7293ce190)

Co-authored-by: Gregory P. Smith <greg@krypto.org>
1 parent 1419559
Raw File
Tip revision: d5ee9b9940ba24120838b07061058afe931cfff1 authored by Miss Islington (bot) on 22 June 2020, 07:43:41 UTC
bpo-41056: Fix reference to deallocated stack in pathconfig (Coverity) (GH-21013)
Tip revision: d5ee9b9
CODE_OF_CONDUCT.md
# Code of Conduct

Please note that all interactions on
[Python Software Foundation](https://www.python.org/psf-landing/)-supported
infrastructure is [covered](https://www.python.org/psf/records/board/minutes/2014-01-06/#management-of-the-psfs-web-properties)
by the [PSF Code of Conduct](https://www.python.org/psf/codeofconduct/),
which includes all the infrastructure used in the development of Python itself
(e.g. mailing lists, issue trackers, GitHub, etc.).

In general, this means that everyone is expected to be **open**, **considerate**, and
**respectful** of others no matter what their position is within the project.

back to top