[issue30576] http.server should support HTTP compression (gzip)

2017-11-23 Thread Pierre Quentel
Pierre Quentel added the comment: On the Github site Raymond Hettinger is mentioned as the reviewer. I don't know how to contact him, can anyone ask him if he can review the PR on time for inclusion in Python 3.7 ? I understand that it's difficult to find time for

[issue29040] building Android with android-ndk-r14

2017-11-23 Thread Xavier de Gaye
Change by Xavier de Gaye : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue29040] building Android with android-ndk-r14

2017-11-23 Thread Xavier de Gaye
Xavier de Gaye added the comment: New changeset c06c22e9a9fb9326e79fcf1551601eacc1fd457d by xdegaye in branch 'master': bpo-29040: Support building Android with Unified Headers (GH-4492) https://github.com/python/cpython/commit/c06c22e9a9fb9326e79fcf1551601eacc1fd457d

[issue1104] msilib.SummaryInfo.GetProperty() truncates the string by one character

2017-11-23 Thread Tzu-ping Chung
Tzu-ping Chung added the comment: I made a shot to address the free() call. Hopefully this makes sense. -- ___ Python tracker ___

[issue28538] _socket module cross-compilation error on android-24

2017-11-23 Thread Xavier de Gaye
Change by Xavier de Gaye : -- resolution: not a bug -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker

[issue28538] _socket module cross-compilation error on android-24

2017-11-23 Thread Xavier de Gaye
Xavier de Gaye added the comment: New changeset 5ad7ef8e420de8a54fb30ed37362194c6b96012c by xdegaye in branch 'master': bpo-28538: Revert all the changes (now using Android Unified Headers) (GH-4479)

[issue1104] msilib.SummaryInfo.GetProperty() truncates the string by one character

2017-11-23 Thread Tzu-ping Chung
Tzu-ping Chung added the comment: I have created a PR #4517 from the patch. Would it be better to track the malloc problem in a new issue? As for why this never caused any problems… msilib is pretty standalone, and not one of the most used modules. It is also pretty

[issue1104] msilib.SummaryInfo.GetProperty() truncates the string by one character

2017-11-23 Thread Roundup Robot
Change by Roundup Robot : -- pull_requests: +4454 ___ Python tracker ___

[issue32030] PEP 432: Rewrite Py_Main()

2017-11-23 Thread STINNER Victor
STINNER Victor added the comment: New changeset 1f15111a6e15d52f6b08907576ec61493cd59358 by Victor Stinner in branch 'master': bpo-32030: Add _PyMainInterpreterConfig.pythonhome (#4513) https://github.com/python/cpython/commit/1f15111a6e15d52f6b08907576ec61493cd59358

[issue27535] Ignored ResourceWarning warnings leak memory in warnings registries

2017-11-23 Thread STINNER Victor
Change by STINNER Victor : -- pull_requests: +4453 ___ Python tracker ___ ___

[issue32119] test_notify_all() of test_multiprocessing_forkserver failed on Python on x86 Tiger 3.6 with "ValueError: cannot convert float NaN to integer"

2017-11-23 Thread STINNER Victor
STINNER Victor added the comment: Interesting info about NaN on Intel x86: https://stackoverflow.com/questions/14021763/c-multiplication-or-addition-floats-results-nan "The multiplication is being performed in the x87 registers, and a floating-point stack overflow

[issue32119] test_notify_all() of test_multiprocessing_forkserver failed on Python on x86 Tiger 3.6 with "ValueError: cannot convert float NaN to integer"

2017-11-23 Thread STINNER Victor
Change by STINNER Victor : -- nosy: +mark.dickinson ___ Python tracker ___ ___

[issue32119] test_notify_all() of test_multiprocessing_forkserver failed on Python on x86 Tiger 3.6 with "ValueError: cannot convert float NaN to integer"

2017-11-23 Thread STINNER Victor
STINNER Victor added the comment: Similar error: bpo-14028, "Using a 32-bit Python 2.6.5 on a Linux system", reported at 2012-02-16. -- ___ Python tracker

[issue32119] test_notify_all() of test_multiprocessing_forkserver failed on Python on x86 Tiger 3.6 with "ValueError: cannot convert float NaN to integer"

2017-11-23 Thread STINNER Victor
STINNER Victor added the comment: This issue is very similar, likely the same bug, than bpo-13986. -- ___ Python tracker ___

[issue13986] ValueError: cannot convert float NaN to integer

2017-11-23 Thread STINNER Victor
STINNER Victor added the comment: See also bpo-32119. -- ___ Python tracker ___

[issue32119] test_notify_all() of test_multiprocessing_forkserver failed on Python on x86 Tiger 3.6 with "ValueError: cannot convert float NaN to integer"

2017-11-23 Thread STINNER Victor
STINNER Victor added the comment: It may also be compiler issue. * CPU: Intel x86 * compiler: GCC 4.0.1 (Apple Computer, Inc. build 5367) * CFLAGS: -fno-strict-aliasing -Wsign-compare -g -O0 -Wall -Wstrict-prototypes * OS: macOS Tiger * Kernel: Darwin Kernel Version

[issue32119] test_notify_all() of test_multiprocessing_forkserver failed on Python on x86 Tiger 3.6 with "ValueError: cannot convert float NaN to integer"

2017-11-23 Thread STINNER Victor
STINNER Victor added the comment: "ValueError: cannot convert float NaN to integer": this error occurred on int(float), where the float comes from os.stat() File "", line 762, in get_code Lib/importlib/_bootstrap_external.py: def get_code(self, fullname): ...

[issue32119] test_notify_all() of test_multiprocessing_forkserver failed on Python on x86 Tiger 3.6 with "ValueError: cannot convert float NaN to integer"

2017-11-23 Thread STINNER Victor
New submission from STINNER Victor : test_notify_all() of test_multiprocessing_forkserver failed on Python on x86 Tiger 3.6 with "ValueError: cannot convert float NaN to integer": http://buildbot.python.org/all/#/builders/46/builds/60 0:52:21 load avg: 1.46

<    1   2