New submission from David Haney :
The implementation of open relies on a codecs' IncrementalEncoder, however it
never calls `encode` with final=True. This appears to violate the documentation
for IncrementalEncoder.encode which states that the last call to encode _must_
set final=True.
David Haney added the comment:
I've attached the test output summary from a recent build.
--
Added file: http://bugs.python.org/file46995/tests.out
___
Python tracker
<http://bugs.python.org/is
Changes by David Haney :
--
pull_requests: -2361
___
Python tracker
<http://bugs.python.org/issue30183>
___
___
Python-bugs-list mailing list
Unsubscribe:
David Haney added the comment:
I submitted a pull request for a possible fix for this issue but haven't
received any feedback yet. Is there any additional information needed from me?
--
pull_requests: +2361
___
Python tracker
Changes by David Haney :
--
pull_requests: +1463
___
Python tracker
<http://bugs.python.org/issue30183>
___
___
Python-bugs-list mailing list
Unsubscribe:
David Haney added the comment:
> It seems like gethrtime() is the right function to be used on HP-UX.
> https://docstore.mik.ua/manuals/hp-ux/en/B2355-60130/gethrtime.3C.html
Thanks, I'll work on getting a patch that leverages gethrtime() tested and
submitted
New submission from David Haney:
When compiling on HP-UX with the native cc compiler, the following compilation
error occurs in pytime.c
cc -Ae -c -O -O -I. -I./Include-DPy_BUILD_CORE -o
Python/pytime.o Python/pytime.c
"Python/pytime.c", line 723: error #2020: