[Python-Dev] cpython: os.sendfile(): on Linux if offset parameter is passed as NULL we were (original) (raw)
Antoine Pitrou solipsis at pitrou.net
Tue Apr 19 13:35:48 CEST 2011
- Previous message: [Python-Dev] cpython: #11731: simplify/enhance parser/generator API by introducing policy objects.
- Next message: [Python-Dev] cpython: os.sendfile(): on Linux if offset parameter is passed as NULL we were
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Tue, 19 Apr 2011 09:47:21 +0200 giampaolo.rodola <python-checkins at python.org> wrote:
http://hg.python.org/cpython/rev/8c49f7fbba1d changeset: 69437:8c49f7fbba1d user: Giampaolo Rodola' <g.rodola at gmail.com> date: Tue Apr 19 09:47:16 2011 +0200 summary: os.sendfile(): on Linux if offset parameter is passed as NULL we were erroneously returning a (bytessent, None) tuple instead of bytessent
Do we have tests for this?
Regards
Antoine.
- Previous message: [Python-Dev] cpython: #11731: simplify/enhance parser/generator API by introducing policy objects.
- Next message: [Python-Dev] cpython: os.sendfile(): on Linux if offset parameter is passed as NULL we were
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]