Staging
v0.5.1
https://github.com/python/cpython
Revision 6a39888c2c4bcfbcdc61a1953911ad30c62da1ef authored by Miss Islington (bot) on 16 September 2020, 12:25:09 UTC, committed by GitHub on 16 September 2020, 12:25:09 UTC

I just realized that my recent PR with sendfile on Solaris ([PR 22040](https://github.com/python/cpython/pull/22040)) has broken error handling.

Sorry for that, this simple followup fixes that.

Automerge-Triggered-By: @1st1
(cherry picked from commit fa8c9e70104b0aef966a518eb3a80a4881906ae0)

Co-authored-by: Jakub KulĂ­k <Kulikjak@gmail.com>
1 parent 7e356f1
Raw File
Tip revision: 6a39888c2c4bcfbcdc61a1953911ad30c62da1ef authored by Miss Islington (bot) on 16 September 2020, 12:25:09 UTC
bpo-41687: Fix error handling in Solaris sendfile implementation (GH-22128)
Tip revision: 6a39888
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