[issue44307] date.today() is 2x slower than datetime.now().date()

2021-06-03 Thread Dong-hee Na
Change by Dong-hee Na : -- nosy: +p-ganssle ___ Python tracker <https://bugs.python.org/issue44307> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue39573] [C API] Make PyObject an opaque structure in the limited C API

2021-06-02 Thread Dong-hee Na
Dong-hee Na added the comment: > So I propose again to convert Py_TYPE and Py_SIZE macros to static inline > functions +1 -- ___ Python tracker <https://bugs.python.org/i

[issue43795] Implement PEP 652 -- Maintaining the Stable ABI

2021-06-02 Thread Dong-hee Na
Change by Dong-hee Na : -- nosy: +corona10 ___ Python tracker <https://bugs.python.org/issue43795> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue44235] Remove l*gettext() and related functions in the gettext module

2021-05-29 Thread Dong-hee Na
Dong-hee Na added the comment: New changeset 14ba761078b5ae83519e34d66ab883743912c45b by Dong-hee Na in branch 'main': bpo-44235: Remove deprecated functions in the gettext module. (GH-26378) https://github.com/python/cpython/commit/14ba761078b5ae83519e34d66ab883743912c45b

[issue44235] Remove l*gettext() and related functions in the gettext module

2021-05-29 Thread Dong-hee Na
Change by Dong-hee Na : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue44235] Remove l*gettext() and related functions in the gettext module

2021-05-26 Thread Dong-hee Na
Change by Dong-hee Na : -- keywords: +patch pull_requests: +24970 stage: -> patch review pull_request: https://github.com/python/cpython/pull/26378 ___ Python tracker <https://bugs.python.org/issu

[issue44235] Remove l*gettext() and related functions in the gettext module

2021-05-25 Thread Dong-hee Na
Dong-hee Na added the comment: @serhiy If you are okay, can I process this issue? -- ___ Python tracker <https://bugs.python.org/issue44235> ___ ___ Python-bug

[issue44235] Remove l*gettext() and related functions in the gettext module

2021-05-25 Thread Dong-hee Na
New submission from Dong-hee Na : Those APIs were planned to remove at Python 3.10. Now it's python 3.11 it looks okay to remove now. -- components: Library (Lib) messages: 394362 nosy: corona10, serhiy.storchaka priority: normal severity: normal status: open title: Remove l*gettext

[issue38768] [feature request] Add lldb equivalent to Tools/gdb

2021-05-25 Thread Dong-hee Na
Change by Dong-hee Na : -- nosy: +corona10 ___ Python tracker <https://bugs.python.org/issue38768> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue44203] test__xxsubinterpreters: heap-buffer-overflow in interp_is_running() on AMD64 Arch Linux Asan 3.x

2021-05-22 Thread Dong-hee Na
Change by Dong-hee Na : -- nosy: +corona10 ___ Python tracker <https://bugs.python.org/issue44203> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue44207] Add a version number to Python functions

2021-05-22 Thread Dong-hee Na
Change by Dong-hee Na : -- nosy: +corona10 ___ Python tracker <https://bugs.python.org/issue44207> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue44108] [sqlite3] normalise SQL quoted literals in sqlite3 test suite

2021-05-14 Thread Dong-hee Na
Change by Dong-hee Na : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue44108] [sqlite3] normalise SQL quoted literals in sqlite3 test suite

2021-05-14 Thread Dong-hee Na
Dong-hee Na added the comment: New changeset f28bac428d5fff23fe5e95aa02b903ee2dd5b3de by Miss Islington (bot) in branch '3.10': bpo-44108: sqlite3 test suite now works with SQLITE_DQS=0 (GH-26032) (GH-26125) https://github.com/python/cpython/commit/f28bac428d5fff23fe5e95aa02b903ee2dd5b3de

[issue44113] [C API] Deprecate legacy API for configure Python initialization

2021-05-12 Thread Dong-hee Na
Change by Dong-hee Na : -- pull_requests: +24724 pull_request: https://github.com/python/cpython/pull/26085 ___ Python tracker <https://bugs.python.org/issue44

[issue44113] [C API] Deprecate legacy API for configure Python initialization

2021-05-12 Thread Dong-hee Na
Change by Dong-hee Na : -- nosy: +corona10 nosy_count: 3.0 -> 4.0 pull_requests: +24722 pull_request: https://github.com/python/cpython/pull/26083 ___ Python tracker <https://bugs.python.org/issu

[issue44116] The _csv module can't be garbage-collected after _csv.register_dialect is called

2021-05-12 Thread Dong-hee Na
Change by Dong-hee Na : -- nosy: +corona10 ___ Python tracker <https://bugs.python.org/issue44116> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue44017] Deprecation warning in tests over no current event loop

2021-05-06 Thread Dong-hee Na
Change by Dong-hee Na : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue44017] Deprecation warning in tests over no current event loop

2021-05-06 Thread Dong-hee Na
Change by Dong-hee Na : -- versions: -Python 3.10 ___ Python tracker <https://bugs.python.org/issue44017> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue44017] Deprecation warning in tests over no current event loop

2021-05-05 Thread Dong-hee Na
Change by Dong-hee Na : -- versions: +Python 3.11 ___ Python tracker <https://bugs.python.org/issue44017> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue44017] Deprecation warning in tests over no current event loop

2021-05-05 Thread Dong-hee Na
Change by Dong-hee Na : -- keywords: +patch nosy: +corona10 nosy_count: 5.0 -> 6.0 pull_requests: +24587 stage: -> patch review pull_request: https://github.com/python/cpython/pull/25918 ___ Python tracker <https://bugs.python.org/i

[issue44049] Use C99 Variable-length array if possible

2021-05-05 Thread Dong-hee Na
Change by Dong-hee Na : -- stage: -> resolved status: open -> closed ___ Python tracker <https://bugs.python.org/issue44049> ___ ___ Python-bugs-list

[issue44049] Use C99 Variable-length array if possible

2021-05-05 Thread Dong-hee Na
Change by Dong-hee Na : -- resolution: -> wont fix ___ Python tracker <https://bugs.python.org/issue44049> ___ ___ Python-bugs-list mailing list Unsubscrib

[issue44049] Use C99 Variable-length array if possible

2021-05-05 Thread Dong-hee Na
Dong-hee Na added the comment: > Also, on a minor note, we use a restricted set of c99 supported by all > compilers so we would need to check if this is supported in all of them Ah, I notice that msvc does not support VLA (Sorry, I am not using Windows machine for 5 years +) Using a C

[issue44049] Use C99 Variable-length array if possible

2021-05-05 Thread Dong-hee Na
New submission from Dong-hee Na : I had a chance to read Python/suggestion.c and I can notice that we use the static declared size of the array. Since we live in the C99 era and the CPython codebase already uses C99(struct initialization is a good example), how about using the C99 feature

[issue43979] Simplify urllib.parse_qsl

2021-04-30 Thread Dong-hee Na
Change by Dong-hee Na : -- resolution: -> fixed ___ Python tracker <https://bugs.python.org/issue43979> ___ ___ Python-bugs-list mailing list Unsubscrib

[issue43979] Simplify urllib.parse_qsl

2021-04-30 Thread Dong-hee Na
Change by Dong-hee Na : -- stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.python.org/issue43979> ___ ___ Pyth

[issue43979] Simplify urllib.parse_qsl

2021-04-30 Thread Dong-hee Na
Change by Dong-hee Na : -- versions: +Python 3.10 ___ Python tracker <https://bugs.python.org/issue43979> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue43979] Simplify urllib.parse_qsl

2021-04-30 Thread Dong-hee Na
Dong-hee Na added the comment: > I don't mind if you reopen your PR. But thanks for asking. I add your name as the co-author on PR 25756 :) Thanks for the report and suggestion -- ___ Python tracker <https://bugs.python.org/issu

[issue43979] Simplify urllib.parse_qsl

2021-04-30 Thread Dong-hee Na
Change by Dong-hee Na : -- pull_requests: +24449 pull_request: https://github.com/python/cpython/pull/25756 ___ Python tracker <https://bugs.python.org/issue43

[issue43979] Simplify urllib.parse_qsl

2021-04-30 Thread Dong-hee Na
Change by Dong-hee Na : -- versions: -Python 3.10, Python 3.6, Python 3.7, Python 3.8, Python 3.9 ___ Python tracker <https://bugs.python.org/issue43

[issue43979] Simplify urllib.parse_qsl

2021-04-30 Thread Dong-hee Na
Dong-hee Na added the comment: > I saw you submitted a PR already which looks good to me. I should care that you can have a chance to submit the patch :) Is it okay to proceed with this issue with the PR which I closed or do you want to open a PR with your h

[issue43979] Simplify urllib.parse_qsl

2021-04-30 Thread Dong-hee Na
Dong-hee Na added the comment: > I can provide a PR if wanted. Please submit the PR if you want -- ___ Python tracker <https://bugs.python.org/issu

[issue43979] Simplify urllib.parse_qsl

2021-04-30 Thread Dong-hee Na
Change by Dong-hee Na : -- pull_requests: -24446 ___ Python tracker <https://bugs.python.org/issue43979> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue43979] Simplify urllib.parse_qsl

2021-04-30 Thread Dong-hee Na
Change by Dong-hee Na : -- keywords: +patch nosy: +corona10 nosy_count: 2.0 -> 3.0 pull_requests: +24446 stage: -> patch review pull_request: https://github.com/python/cpython/pull/25756 ___ Python tracker <https://bugs.python.org/i

[issue34309] Trouble when reloading extension modules.

2021-04-12 Thread Dong-hee Na
Change by Dong-hee Na : -- nosy: +corona10 ___ Python tracker <https://bugs.python.org/issue34309> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue43787] Optimize BZ2File, GzipFile, and LZMAFile __iter__ method.

2021-04-09 Thread Dong-hee Na
Change by Dong-hee Na : -- nosy: +corona10 ___ Python tracker <https://bugs.python.org/issue43787> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue31956] Add start and stop parameters to the array.index()

2021-04-08 Thread Dong-hee Na
Change by Dong-hee Na : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: +Python 3.10 -Python 3.7 ___ Python tracker <https://bugs.python.or

[issue41870] Use PEP 590 vectorcall to speed up calls to bool()

2021-04-06 Thread Dong-hee Na
Dong-hee Na added the comment: New changeset efccff9ac84009ef48e8cb22548ce80940f76533 by Dong-hee Na in branch 'master': bpo-41870: Update What's News 3.10 about vectorcall (#25219) https://github.com/python/cpython/commit/efccff9ac84009ef48e8cb22548ce80940f76533

[issue41873] Add vectorcall for float()

2021-04-06 Thread Dong-hee Na
Change by Dong-hee Na : -- pull_requests: -23959 ___ Python tracker <https://bugs.python.org/issue41873> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue41873] Add vectorcall for float()

2021-04-06 Thread Dong-hee Na
Change by Dong-hee Na : -- pull_requests: +23959 pull_request: https://github.com/python/cpython/pull/25219 ___ Python tracker <https://bugs.python.org/issue41

[issue41870] Use PEP 590 vectorcall to speed up calls to bool()

2021-04-06 Thread Dong-hee Na
Change by Dong-hee Na : -- pull_requests: +23958 pull_request: https://github.com/python/cpython/pull/25219 ___ Python tracker <https://bugs.python.org/issue41

[issue41870] Use PEP 590 vectorcall to speed up calls to bool()

2021-04-06 Thread Dong-hee Na
Dong-hee Na added the comment: For the record, following built-in functions now support vectorcall calling convention from Python 3.10!! Thank you to everyone who works with this :) - map: bpo-43575 - filter: bpo-43287 - reversed: bpo-41922 - bool: bpo-41870 - float: bpo-41873

[issue43447] Generate vectorcall code to parse arguments using Argument Clinic

2021-04-06 Thread Dong-hee Na
Change by Dong-hee Na : -- assignee: -> corona10 ___ Python tracker <https://bugs.python.org/issue43447> ___ ___ Python-bugs-list mailing list Unsubscrib

[issue43706] enumerate() instantiation time reducing by using PEP 590 vectorcall

2021-04-02 Thread Dong-hee Na
Change by Dong-hee Na : -- keywords: +patch pull_requests: +23901 stage: -> patch review pull_request: https://github.com/python/cpython/pull/25154 ___ Python tracker <https://bugs.python.org/issu

[issue43706] enumerate() instantiation time reducing by using PEP 590 vectorcall

2021-04-02 Thread Dong-hee Na
Change by Dong-hee Na : -- type: -> performance versions: +Python 3.10 ___ Python tracker <https://bugs.python.org/issue43706> ___ ___ Python-bugs-list mai

[issue43706] enumerate() instantiation time reducing by using PEP 590 vectorcall

2021-04-02 Thread Dong-hee Na
New submission from Dong-hee Na : Finally, I success to implement PEP 590 for enumerate type which is the well-used type in Python. Amazingly enhanced! +-+++ | Benchmark | enumerate_bench_master

[issue31956] Add start and stop parameters to the array.index()

2021-04-02 Thread Dong-hee Na
Dong-hee Na added the comment: New changeset afd12650580725ac598b2845384771c14c4f952e by Zackery Spytz in branch 'master': bpo-31956: Add start and stop parameters to array.index() (GH-25059) https://github.com/python/cpython/commit/afd12650580725ac598b2845384771c14c4f952e

[issue31956] Add start and stop parameters to the array.index()

2021-03-30 Thread Dong-hee Na
Change by Dong-hee Na : -- nosy: +corona10 ___ Python tracker <https://bugs.python.org/issue31956> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue43125] Trying To Concatenate Bytes and String in SMTPLIB

2021-03-30 Thread Dong-hee Na
Dong-hee Na added the comment: New changeset cf35e05f89bb008d6f4553f9875e0fe87fc02406 by Grégory Starck in branch 'master': bpo-43125: Fix: return expected type (str), not original value (bytes) in email/base64mime.py::body_encode (GH-24476) https://github.com/python/cpython/commit

[issue43125] Trying To Concatenate Bytes and String in SMTPLIB

2021-03-30 Thread Dong-hee Na
Change by Dong-hee Na : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: +Python 3.10 -Python 3.6, Python 3.8 ___ Python tracker <https://bugs.python.or

[issue43637] winreg: SetValueEx leaks memory if PySys_Audit fails

2021-03-30 Thread Dong-hee Na
Change by Dong-hee Na : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue43637] winreg: SetValueEx leaks memory if PySys_Audit fails

2021-03-30 Thread Dong-hee Na
Dong-hee Na added the comment: New changeset dfeec347f21b86879ba8f27f567bb275b243f1bc by Zackery Spytz in branch 'master': bpo-43637: Fix a possible memory leak in winreg.SetValueEx() (GH-25038) https://github.com/python/cpython/commit/dfeec347f21b86879ba8f27f567bb275b243f1bc

[issue43433] xmlrpc.client ignores query in URI ("?action=xmlrpc2") since python-3.9

2021-03-29 Thread Dong-hee Na
Dong-hee Na added the comment: New changeset c1b073a630bb731de18bb17afb2b8b1388b92a72 by Serhiy Storchaka in branch 'master': bpo-43433: Preserve query and fragment in the URL of the server in ServerProxy. (GH-25057) https://github.com/python/cpython/commit

[issue33164] Blake 2 module update

2021-03-25 Thread Dong-hee Na
Change by Dong-hee Na : -- nosy: +corona10 ___ Python tracker <https://bugs.python.org/issue33164> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue43558] The dataclasses documentation should mention how to call super().__init__

2021-03-22 Thread Dong-hee Na
Change by Dong-hee Na : -- nosy: +corona10 ___ Python tracker <https://bugs.python.org/issue43558> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue43598] test_subprocess logs multiple ResourceWarning warnings

2021-03-22 Thread Dong-hee Na
Change by Dong-hee Na : -- nosy: +corona10 ___ Python tracker <https://bugs.python.org/issue43598> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue43588] [Subinterpreters]: use static variable under building Python with --with-experimental-isolated-subinterpreters cause crash.

2021-03-22 Thread Dong-hee Na
Dong-hee Na added the comment: @JunyiXie Please wait your patch until the PEP is approved. -- nosy: +corona10 ___ Python tracker <https://bugs.python.org/issue43

[issue43575] map() instantiation time reducing by using PEP 590 vectorcall

2021-03-22 Thread Dong-hee Na
Change by Dong-hee Na : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue43575] map() instantiation time reducing by using PEP 590 vectorcall

2021-03-22 Thread Dong-hee Na
Dong-hee Na added the comment: New changeset 86883d40e93acae980e52b90fddd7d042e439beb by Dong-hee Na in branch 'master': bpo-43575: Use PEP 590 vectorcall to speed up map() (GH-24955) https://github.com/python/cpython/commit/86883d40e93acae980e52b90fddd7d042e439beb

[issue43447] Generate vectorcall code to parse arguments using Argument Clinic

2021-03-20 Thread Dong-hee Na
Dong-hee Na added the comment: I agree with we should update AC to generate vectorcall. I am going to investigate what we can :) -- ___ Python tracker <https://bugs.python.org/issue43

[issue43575] map() instantiation time reducing by using PEP 590 vectorcall

2021-03-20 Thread Dong-hee Na
Change by Dong-hee Na : -- keywords: +patch pull_requests: +23714 stage: -> patch review pull_request: https://github.com/python/cpython/pull/24955 ___ Python tracker <https://bugs.python.org/issu

[issue43575] map() instantiation time reducing by using PEP 590 vectorcall

2021-03-20 Thread Dong-hee Na
New submission from Dong-hee Na : +---+--+--+ | Benchmark | map_bench_master | map_bench_vectorcall | +===+==+==+ | bench map | 151 ns | 116 ns: 1.30x faster

[issue43574] Regression in overallocation for literal list initialization in v3.9+

2021-03-20 Thread Dong-hee Na
Change by Dong-hee Na : -- nosy: +corona10 ___ Python tracker <https://bugs.python.org/issue43574> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue43574] Regression in overallocation for literal list initialization in v3.9+

2021-03-20 Thread Dong-hee Na
Change by Dong-hee Na : -- nosy: +serhiy.storchaka, vstinner ___ Python tracker <https://bugs.python.org/issue43574> ___ ___ Python-bugs-list mailing list Unsub

[issue43287] Use PEP 590 vectorcall to speed up calls to filter()

2021-03-10 Thread Dong-hee Na
Change by Dong-hee Na : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue43287] Use PEP 590 vectorcall to speed up calls to filter()

2021-03-10 Thread Dong-hee Na
Dong-hee Na added the comment: New changeset 9a9c11ad41d7887f3d6440e0f0e8966156d959b5 by Dong-hee Na in branch 'master': bpo-43287: Use PEP 590 vectorcall to speed up filter() (GH-24611) https://github.com/python/cpython/commit/9a9c11ad41d7887f3d6440e0f0e8966156d959b5

[issue43371] Mock.assert_has_calls works strange

2021-03-02 Thread Dong-hee Na
Change by Dong-hee Na : -- nosy: +corona10 ___ Python tracker <https://bugs.python.org/issue43371> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue43354] xmlrpc.client: Fault.faultCode erroneously documented to be a string, should be int

2021-03-01 Thread Dong-hee Na
Change by Dong-hee Na : -- nosy: +corona10 ___ Python tracker <https://bugs.python.org/issue43354> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue43284] Wrong windows build in 20H2

2021-03-01 Thread Dong-hee Na
Change by Dong-hee Na : -- nosy: +corona10 ___ Python tracker <https://bugs.python.org/issue43284> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue43335] _ctypes/callbacks.c cannot be compiled by gcc 4.4.7 (RHEL6)

2021-02-27 Thread Dong-hee Na
Dong-hee Na added the comment: Thank you Daniel for reporting and suggestion! -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue43335] _ctypes/callbacks.c cannot be compiled by gcc 4.4.7 (RHEL6)

2021-02-27 Thread Dong-hee Na
Change by Dong-hee Na : -- versions: +Python 3.10 ___ Python tracker <https://bugs.python.org/issue43335> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue43335] _ctypes/callbacks.c cannot be compiled by gcc 4.4.7 (RHEL6)

2021-02-27 Thread Dong-hee Na
Dong-hee Na added the comment: New changeset bf9de7ab24d9d7068645b202bc47146b9a4f2726 by Dong-hee Na in branch 'master': bpo-43335: Update macro to check gcc version (GH-24662) https://github.com/python/cpython/commit/bf9de7ab24d9d7068645b202bc47146b9a4f2726

[issue43335] _ctypes/callbacks.c cannot be compiled by gcc 4.4.7 (RHEL6)

2021-02-26 Thread Dong-hee Na
Dong-hee Na added the comment: @Daniel Do you want to submit the patch? -- ___ Python tracker <https://bugs.python.org/issue43335> ___ ___ Python-bugs-list m

[issue43335] _ctypes/callbacks.c cannot be compiled by gcc 4.4.7 (RHEL6)

2021-02-26 Thread Dong-hee Na
Change by Dong-hee Na : -- keywords: +patch pull_requests: +23448 stage: -> patch review pull_request: https://github.com/python/cpython/pull/24662 ___ Python tracker <https://bugs.python.org/issu

[issue43335] _ctypes/callbacks.c cannot be compiled by gcc 4.4.7 (RHEL6)

2021-02-26 Thread Dong-hee Na
Change by Dong-hee Na : -- nosy: +corona10 ___ Python tracker <https://bugs.python.org/issue43335> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue43144] test_unicodedata: test_normalization uses network but doesn't depend on network resource

2021-02-25 Thread Dong-hee Na
Change by Dong-hee Na : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: -Python 3.8 ___ Python tracker <https://bugs.python.or

[issue43144] test_unicodedata: test_normalization uses network but doesn't depend on network resource

2021-02-25 Thread Dong-hee Na
Dong-hee Na added the comment: New changeset c6ccdfb479cb0a4a491575ef0bafaa0d29daae1a by Ammar Askar in branch 'master': bpo-43144: Mark unicodedata's test_normalization as requiring network (GH-24650) https://github.com/python/cpython/commit/c6ccdfb479cb0a4a491575ef0bafaa0d29daae1a

[issue43305] A typo in /Modules/_io/bufferedio.c

2021-02-24 Thread Dong-hee Na
Change by Dong-hee Na : -- nosy: +serhiy.storchaka, vstinner ___ Python tracker <https://bugs.python.org/issue43305> ___ ___ Python-bugs-list mailing list Unsub

[issue43290] [sqlite3] remove legacy code from pysqlite_step

2021-02-24 Thread Dong-hee Na
Dong-hee Na added the comment: Hmm by the way the current implementation returns SQLITE_OK if the statement is NULL, but it looks like return SQLITE_MISUSE if we apply this patch. Does it not cause any behavior regression? if so we should add news also. -- nosy: +corona10

[issue42151] Pure Python xml.etree.ElementTree is missing default attribute values

2021-02-23 Thread Dong-hee Na
Dong-hee Na added the comment: @obfusk Thank you Felix for reporting and contributing! -- resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: -Python 3.9 ___ Python tracker <https://bugs.python.or

[issue42151] Pure Python xml.etree.ElementTree is missing default attribute values

2021-02-23 Thread Dong-hee Na
Dong-hee Na added the comment: New changeset 1f433406bd46fbd00b88223ad64daea6bc9eaadc by Felix C. Stegerman in branch 'master': bpo-42151: don't set specified_attributes=1 in pure Python ElementTree (GH-22987) https://github.com/python/cpython/commit/1f433406bd46fbd00b88223ad64daea6bc9eaadc

[issue42627] urllib.request.getproxies() misparses Windows registry proxy settings

2021-02-23 Thread Dong-hee Na
Change by Dong-hee Na : -- nosy: +corona10 ___ Python tracker <https://bugs.python.org/issue42627> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue43250] [C API] Deprecate or remove PyFPE_START_PROTECT() and PyFPE_END_PROTECT()

2021-02-22 Thread Dong-hee Na
Change by Dong-hee Na : -- nosy: +corona10 ___ Python tracker <https://bugs.python.org/issue43250> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue42808] Add PyType_Type.tp_vectorcall for type(obj) performance

2021-02-21 Thread Dong-hee Na
Dong-hee Na added the comment: Thank you Dennis! -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue42808] Add PyType_Type.tp_vectorcall for type(obj) performance

2021-02-21 Thread Dong-hee Na
Dong-hee Na added the comment: New changeset b19855bb6ffd69a16e8b53873b19b0b04f488716 by Dennis Sweeney in branch 'master': bpo-42808: Add PyType_Type.tp_vectorcall for type(obj) performance (GH-24058) https://github.com/python/cpython/commit/b19855bb6ffd69a16e8b53873b19b0b04f488716

[issue43125] Trying To Concatenate Bytes and String in SMTPLIB

2021-02-21 Thread Dong-hee Na
Change by Dong-hee Na : -- nosy: +corona10 ___ Python tracker <https://bugs.python.org/issue43125> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue15108] Incomplete tuple created by PyTuple_New() and accessed via the GC can trigged a crash

2021-02-21 Thread Dong-hee Na
Change by Dong-hee Na : -- nosy: +corona10 ___ Python tracker <https://bugs.python.org/issue15108> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue43287] Use PEP 590 vectorcall to speed up calls to filter()

2021-02-21 Thread Dong-hee Na
Dong-hee Na added the comment: > +0 I don't see any downside. Thank you Raymond :) I agree with your view, At first, I thought that instantiation time reducing is also meaningful and we already applied PEP 590 for some of the types to reduce instantiation. (e.g range(), list(), dict(), b

[issue43287] Use PEP 590 vectorcall to speed up calls to filter()

2021-02-21 Thread Dong-hee Na
Change by Dong-hee Na : -- keywords: +patch pull_requests: +23390 stage: -> patch review pull_request: https://github.com/python/cpython/pull/24611 ___ Python tracker <https://bugs.python.org/issu

[issue43287] Use PEP 590 vectorcall to speed up calls to filter()

2021-02-21 Thread Dong-hee Na
New submission from Dong-hee Na : +--++--+ | Benchmark| master | vectorcall | +==++==+ | bench filter | 191 ns | 151 ns: 1.26x faster | +--++--+ Like reversed

[issue43248] platform.libc_ver() returns no information on Alpine Linux

2021-02-19 Thread Dong-hee Na
Dong-hee Na added the comment: @Omer.Katz This issue should be fixed, feel free to submit the PR -- ___ Python tracker <https://bugs.python.org/issue43

[issue43248] platform.libc_ver() returns no information on Alpine Linux

2021-02-19 Thread Dong-hee Na
Change by Dong-hee Na : -- nosy: +corona10 ___ Python tracker <https://bugs.python.org/issue43248> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue43228] Regression in function builtins

2021-02-19 Thread Dong-hee Na
Change by Dong-hee Na : -- nosy: +corona10 ___ Python tracker <https://bugs.python.org/issue43228> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue40522] [subinterpreters] Get the current Python interpreter state from Thread Local Storage (autoTSSkey)

2021-02-19 Thread Dong-hee Na
Change by Dong-hee Na : -- pull_requests: +23375 pull_request: https://github.com/python/cpython/pull/24597 ___ Python tracker <https://bugs.python.org/issue40

[issue40522] [subinterpreters] Get the current Python interpreter state from Thread Local Storage (autoTSSkey)

2021-02-19 Thread Dong-hee Na
Change by Dong-hee Na : -- pull_requests: +23374 pull_request: https://github.com/python/cpython/pull/24596 ___ Python tracker <https://bugs.python.org/issue40

[issue43204] Fix LibTom URL's in hashlib comments

2021-02-14 Thread Dong-hee Na
Dong-hee Na added the comment: New changeset ae2ff7ba04ad20424db4efcc67246ff27b95 by Miss Islington (bot) in branch '3.8': bpo-43204: Fix LibTomCrypt URL in md5module.c and sha*module.c comments (GH-24507) (GH-24516) https://github.com/python/cpython/commit

[issue43210] Fix inaccurate byteswap comment in sha512module.c

2021-02-14 Thread Dong-hee Na
Dong-hee Na added the comment: New changeset 1b57426e3a7842b4e6f9fc13ffb657c78e5443d4 by Erlend Egeberg Aasland in branch 'master': bpo-43210: Fix byteswap comment in sha512.module.c (GH-24518) https://github.com/python/cpython/commit/1b57426e3a7842b4e6f9fc13ffb657c78e5443d4

[issue43210] Fix inaccurate byteswap comment in sha512module.c

2021-02-14 Thread Dong-hee Na
Dong-hee Na added the comment: Thank you Erlend! -- nosy: +corona10 resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue43216] Removal of @asyncio.coroutine in Python 3.10

2021-02-14 Thread Dong-hee Na
Change by Dong-hee Na : -- nosy: +aeros ___ Python tracker <https://bugs.python.org/issue43216> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue43152] warning: unused variable 'code'

2021-02-13 Thread Dong-hee Na
Dong-hee Na added the comment: Now this issue is solved Thank you Victor as the reviewer ;) -- nosy: +vstinner resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

<    1   2   3   4   5   6   7   8   9   10   >