[issue10683] PreLinkEvent error under VC2010

2010-12-11 Thread honglei jiang
New submission from honglei jiang jhong...@gmail.com: 1PreLinkEvent: 1 Description: Generate build information... 1 Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 16.00.30319.01 for 80x86 1 Copyright (C) Microsoft Corporation. All rights reserved. 1 1 cl.exe -c -D_WIN32

[issue10683] PreLinkEvent error under VC2010

2010-12-11 Thread honglei jiang
Changes by honglei jiang jhong...@gmail.com: -- versions: +Python 3.2 -Python 3.3 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue10683

[issue7171] Add inet_ntop and inet_pton support for Windows

2011-08-30 Thread honglei jiang
Changes by honglei jiang jhong...@gmail.com: -- nosy: +honglei.jiang ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue7171 ___ ___ Python-bugs-list

[issue20140] UnicodeDecodeError in ntpath.py when home dir contains non-ascii signs

2014-05-27 Thread honglei jiang
honglei jiang added the comment: Python:canopy-1.3.0.1715.win-x86_64\ OS:Win8.1 64 directory 'F:\\Flask\\EmberJS\\\xd6\xd0\xce\xc4\\Prj\\static' os.path.isdir(directory) True filename u'todomvc/architecture-examples/angularjs/index.html' os.path.join(directory,filename) Traceback (most recent

[issue40072] Win7/Python3.8/asyncio IPv6 UDP Server raise OSError when recved packet

2020-03-25 Thread honglei jiang
Change by honglei jiang : -- title: IPUDP Echo Server raise OSError when recved packet -> Win7/Python3.8/asyncio IPv6 UDP Server raise OSError when recved packet ___ Python tracker <https://bugs.python.org/issu

[issue40072] Win7/Python3.8/asyncio IPv6 UDP Server raise OSError when recved any packet

2020-03-25 Thread honglei jiang
Change by honglei jiang : -- title: Win7/Python3.8/asyncio IPv6 UDP Server raise OSError when recved packet -> Win7/Python3.8/asyncio IPv6 UDP Server raise OSError when recved any packet ___ Python tracker <https://bugs.python.org/issu

[issue40072] UDP Echo Server raise OSError when recved packet

2020-03-25 Thread honglei jiang
New submission from honglei jiang : Env: Win7/Python3.8.2 x64/ Output: Starting UDP server Traceback (most recent call last): File "d:\ProgramData\Python38\lib\asyncio\proactor_events.py", line 548, in _loop_reading res = fut.result() File "d:\ProgramData\Pytho

[issue40072] IPUDP Echo Server raise OSError when recved packet

2020-03-25 Thread honglei jiang
Change by honglei jiang : -- title: UDP Echo Server raise OSError when recved packet -> IPUDP Echo Server raise OSError when recved packet ___ Python tracker <https://bugs.python.org/issu

[issue40072] UDP Echo Server raise OSError when recved packet

2020-03-25 Thread honglei jiang
Change by honglei jiang : Added file: https://bugs.python.org/file49001/udp_ipv6_client.py ___ Python tracker <https://bugs.python.org/issue40072> ___ ___ Python-bug

[issue40072] Win7/Python3.8/asyncio IPv6 UDP Server raise OSError when recved any packet

2020-03-25 Thread honglei jiang
honglei jiang added the comment: It works under asyncio.WindowsSelectorEventLoopPolicy(), but failed under Python3.8 default policy. -- ___ Python tracker <https://bugs.python.org/issue40

[issue40740] Missing api-ms-win-core-path-l1-1.0.dll for python-3.9.0b1-amd64.exe Under Win7

2020-05-23 Thread honglei jiang
New submission from honglei jiang : Python.exe cannot run for missing api-ms-win-core-path-l1-1.0.dll , api-ms-win-core-path-l1-1-0.dll is for only Windows 8? https://github.com/microsoft/CNTK/issues/224 -- components: Windows messages: 369707 nosy: honglei.jiang, paul.moore

[issue40754] ModuleNotFoundError: No module named '_testinternalcapi' under Win10

2020-05-24 Thread honglei jiang
New submission from honglei jiang : https://www.python.org/ftp/python/3.9.0/python-3.9.0b1-amd64.exe C:\Python39>python.exe -m test test_deque -v == CPython 3.9.0b1 (tags/v3.9.0b1:97fe9cf, May 19 2020, 09:02:07) [MSC v.1924 64 bit (AMD64)] == Windows-10-10.0.18362-SP0 little-endian == cwd

[issue40754] Test installers before releasing (ModuleNotFoundErrors)

2020-09-18 Thread honglei jiang
honglei jiang added the comment: Still missing _testinternalcapi module for Python3.9rc2 like https://bugs.python.org/issue36635 C:\Users\Admin>c:\python39\python.exe -m test test_deque 0:00:00 Run tests sequentially 0:00:00 [1/1] test_deque test test_deque failed -- Traceback (most rec

[issue40754] ModuleNotFoundError: No module named '_testinternalcapi' under Win10

2020-05-26 Thread honglei jiang
honglei jiang added the comment: == Tests result: FAILURE == 357 tests OK. 24 tests failed: test__locale test_array test_buffer test_capi test_deque test_exceptions test_flufl test_grammar test_itertools test_locale test_memoryio test_ordered_dict test_parser test_pickle

[issue40754] Test installers before releasing (ModuleNotFoundErrors)

2020-06-09 Thread honglei jiang
honglei jiang added the comment: c:\Python39>python -m test -j4 == CPython 3.9.0b2 (tags/v3.9.0b2:0b1a1c8, Jun 8 2020, 22:55:31) [MSC v.1924 64 bit (AMD64)] == Windows-10-10.0.18362-SP0 little-endian == cwd: C:\Users\jhong\AppData\Local\Temp\test_python_5960 == CPU count: 4 == encodi

[issue27022] expose sendmmsg() syscall in sockets API

2022-01-19 Thread honglei jiang
honglei jiang added the comment: any plan for it? -- nosy: +honglei.jiang versions: +Python 3.11 -Python 3.6 ___ Python tracker <https://bugs.python.org/issue27