Staging
v0.8.1
https://github.com/python/cpython
Revision cafe1b6e9d3594a34aba50e872d4198296ffaadf authored by Serhiy Storchaka on 22 June 2020, 07:43:35 UTC, committed by GitHub on 22 June 2020, 07:43:35 UTC
Unexpected errors in calling the __iter__ method are no longer
masked by TypeError in the "in" operator and functions
operator.contains(), operator.indexOf() and operator.countOf().
1 parent 4901ea9
Raw File
Tip revision: cafe1b6e9d3594a34aba50e872d4198296ffaadf authored by Serhiy Storchaka on 22 June 2020, 07:43:35 UTC
bpo-40824: Do not mask errors in __iter__ in "in" and the operator module. (GH-20537)
Tip revision: cafe1b6
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