Staging
v0.8.1
https://github.com/python/cpython
Revision fefdc009906c5ea8fb57383817b3c42d3b0634ad authored by Miss Islington (bot) on 01 June 2019, 21:58:33 UTC, committed by GitHub on 01 June 2019, 21:58:33 UTC

bytesio_sizeof() must check if an error has occurred in _PySys_GetSizeOf().
(cherry picked from commit 36dcaab7fde5d2e54cdeff5b705b5adcb27726dd)

Co-authored-by: Zackery Spytz <zspytz@gmail.com>
1 parent fc914dd
Raw File
Tip revision: fefdc009906c5ea8fb57383817b3c42d3b0634ad authored by Miss Islington (bot) on 01 June 2019, 21:58:33 UTC
Fix the error handling in bytesio_sizeof(). (GH-10459)
Tip revision: fefdc00
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