Staging
v0.5.1
https://github.com/python/cpython
Revision e36ed475ea429f7cc80a4d65f80b44686a74b246 authored by Zackery Spytz on 07 June 2019, 15:41:10 UTC, committed by Victor Stinner on 07 June 2019, 15:41:10 UTC
(cherry picked from commit dc2476500d91082f0c907772c83a044bf49af279)

Co-authored-by: Zackery Spytz <zspytz@gmail.com>
1 parent 4ea9dbd
Raw File
Tip revision: e36ed475ea429f7cc80a4d65f80b44686a74b246 authored by Zackery Spytz on 07 June 2019, 15:41:10 UTC
[3.7] bpo-37170: Fix the cast on error in PyLong_AsUnsignedLongLongMask() (GH-13860) (GH-13896)
Tip revision: e36ed47
CODE_OF_CONDUCT.rst
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 infrastructure used in the development of Python itself
(e.g. mailing lists, issue trackers, GitHub, etc.).

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

back to top