Staging
v0.5.1
https://github.com/python/cpython
Revision 0be9ce305ff2b9e13ddcf15af8cfe28786afb36a authored by Andreas Poehlmann on 30 November 2020, 16:34:15 UTC, committed by GitHub on 30 November 2020, 16:34:15 UTC
1 parent 9f00463
Raw File
Tip revision: 0be9ce305ff2b9e13ddcf15af8cfe28786afb36a authored by Andreas Poehlmann on 30 November 2020, 16:34:15 UTC
bpo-42487: don't call __getitem__ of underlying maps in ChainMap.__iter__ (GH-23534)
Tip revision: 0be9ce3
SECURITY.md
# Security Policy

## Supported Versions

The Python team applies security fixes according to the table
in [the devguide](
https://devguide.python.org/#status-of-python-branches
).

## Reporting a Vulnerability

Please read the guidelines on reporting security issues [on the
official website](
https://www.python.org/news/security/#reporting-security-issues-in-python
) for instructions on how to report a security-related problem to
the Python team responsibly.

To reach the response team, email `security at python dot org`. 
back to top