[issue1635741] Py_Finalize() doesn't clear all Python objects at exit

2020-05-06 Thread Dong-hee Na
Dong-hee Na added the comment: New changeset 3466922320d54a922cfe6d6d44e89e1cea4023ef by Dong-hee Na in branch 'master': bpo-1635741: Port errno module to multiphase initialization (GH-19923) https://github.com/python/cpython/commit/3466922320d54a922cfe6d6d44e89e

[issue40566] Apply PEP 573 to abc module

2020-05-08 Thread Dong-hee Na
New submission from Dong-hee Na : Since PEP 573 is landed, we can apply the PEP 573 to abc module. -- assignee: corona10 components: Interpreter Core messages: 368452 nosy: corona10, vstinner priority: normal severity: normal status: open title: Apply PEP 573 to abc module type

[issue40566] Apply PEP 573 to abc module

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

[issue40566] Apply PEP 573 to abc module

2020-05-09 Thread Dong-hee Na
Dong-hee Na added the comment: I am now closing the issue. Thanks for the review -- nosy: +christian.heimes resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue30064] BaseSelectorEventLoop.sock_{recv, sendall}() don't remove their callbacks when canceled

2020-05-11 Thread Dong-hee Na
Change by Dong-hee Na : -- nosy: +aeros ___ Python tracker <https://bugs.python.org/issue30064> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue40613] gcc 10 emits error for unused function: _xxsubinterpretersmodule

2020-05-12 Thread Dong-hee Na
New submission from Dong-hee Na : /oss/cpython/Modules/_xxsubinterpretersmodule.c:1089:1: warning: ‘_sharedexception_is_clear’ defined but not used [-Wunused-function] 1089 | _sharedexception_is_clear(_sharedexception *she) | ^ /oss/cpython/Modules

[issue40613] gcc 10 emits warning for unused function: _xxsubinterpretersmodule

2020-05-12 Thread Dong-hee Na
Change by Dong-hee Na : -- title: gcc 10 emits error for unused function: _xxsubinterpretersmodule -> gcc 10 emits warning for unused function: _xxsubinterpretersmodule ___ Python tracker <https://bugs.python.org/issu

[issue40613] gcc 10 emits warning for unused function: _xxsubinterpretersmodule

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

[issue40613] gcc 10 emits warning for unused function: _xxsubinterpretersmodule

2020-05-13 Thread Dong-hee Na
Dong-hee Na added the comment: New changeset fa0a66e62d087765dbc5c1b89d6149a23ecfb0a6 by Dong-hee Na in branch 'master': bpo-40613: Remove compiler warning from _xxsubinterpretersmodule (GH-20069) https://github.com/python/cpython/commit/fa0a66e62d087765dbc5c1b89d6149

[issue40613] gcc 10 emits warning for unused function: _xxsubinterpretersmodule

2020-05-13 Thread Dong-hee Na
Dong-hee Na added the comment: The issue is now fixed. The PR was tested by me and Victor. Thanks for the suggestion and review Victor! -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracke

[issue40521] Make tuple, dict, frame free lists, unicode interned strings, unicode latin1 singletons per-interpreter

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

[issue39305] Merge nntplib._NNTPBase and nntplib.NNTP

2020-05-16 Thread Dong-hee Na
Dong-hee Na added the comment: New changeset aa92a7cf210c98ad94229f282221136d846942db by Dong-hee Na in branch 'master': bpo-39305: Update nntplib to merge nntplib.NNTP and nntplib._NNTPBase (GH-19817) https://github.com/python/cpython/commit/aa92a7cf210c98ad94229f28222113

[issue39305] Merge nntplib._NNTPBase and nntplib.NNTP

2020-05-16 Thread Dong-hee Na
Dong-hee Na added the comment: I am no closing this issue :) Thank you for the suggestion, Victor. And also thank you for the interest in this issue, Luciana :) -- resolution: -> fixed stage: patch review -> resolved status: open -&g

[issue42506] Unexpected output when running test_format

2020-11-30 Thread Dong-hee Na
Dong-hee Na added the comment: New changeset 96545924780da34afc457bc22a869096af985ebf by Zackery Spytz in branch 'master': bpo-42506: Fix unexpected output in test_format (GH-23564) https://github.com/python/cpython/commit/96545924780da34afc457bc22a869096af985ebf -- nosy:

[issue42506] Unexpected output when running test_format

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

[issue40600] Add option to disallow > 1 instance of an extension module

2020-12-08 Thread Dong-hee Na
Dong-hee Na added the comment: > another solution is to move the "module state" into the interpreter, I am +1 on this solution if this module is a very special case. -- ___ Python tracker <https://bugs.pytho

[issue40600] Add option to disallow > 1 instance of an extension module

2020-12-08 Thread Dong-hee Na
Change by Dong-hee Na : -- pull_requests: +22566 pull_request: https://github.com/python/cpython/pull/23699 ___ Python tracker <https://bugs.python.org/issue40

[issue42609] Eval with too high string multiplication crashes newer Python versions

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

[issue42609] Eval with too high string multiplication crashes newer Python versions

2020-12-10 Thread Dong-hee Na
Change by Dong-hee Na : -- nosy: +methane ___ Python tracker <https://bugs.python.org/issue42609> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue42639] Make atexit state per interpreter

2020-12-15 Thread Dong-hee Na
Change by Dong-hee Na : -- nosy: +corona10 nosy_count: 2.0 -> 3.0 pull_requests: +22633 pull_request: https://github.com/python/cpython/pull/23699 ___ Python tracker <https://bugs.python.org/issu

[issue40956] Use Argument Clinic in sqlite3

2020-12-18 Thread Dong-hee Na
Dong-hee Na added the comment: New changeset 1ba82bbc50a52f40ad05f3c4aaf2e159e0ce126d by Erlend Egeberg Aasland in branch 'master': bpo-40956: Convert _sqlite3.Connection to Argument Clinic (GH-23341) https://github.com/python/cpython/commit/1ba82bbc50a52f40ad05f3c4aaf2e1

[issue40956] Use Argument Clinic in sqlite3

2020-12-18 Thread Dong-hee Na
Change by Dong-hee Na : -- pull_requests: +22696 pull_request: https://github.com/python/cpython/pull/23837 ___ Python tracker <https://bugs.python.org/issue40

[issue40956] Use Argument Clinic in sqlite3

2020-12-18 Thread Dong-hee Na
Dong-hee Na added the comment: New changeset 2179349d8cf45b1202775547df384b1fde31630a by Dong-hee Na in branch 'master': bpo-40956: Fix sqlite3 AC code (GH-23837) https://github.com/python/cpython/commit/2179349d8cf45b1202775547df384b

[issue42042] sphinx3 renders diffrently docs.python.org for 3.10

2020-12-18 Thread Dong-hee Na
Dong-hee Na added the comment: @mdk No https://github.com/python/python-docs-theme/pull/57 must be fixed ;) -- ___ Python tracker <https://bugs.python.org/issue42

[issue38655] ipaddress.ip_network('0.0.0.0/0').is_private == True

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

[issue42748] test_asdl_parser: load_module() method is deprecated

2020-12-26 Thread Dong-hee Na
Change by Dong-hee Na : -- keywords: +patch nosy: +corona10 nosy_count: 1.0 -> 2.0 pull_requests: +22801 stage: -> patch review pull_request: https://github.com/python/cpython/pull/23954 ___ Python tracker <https://bugs.python.org/i

[issue42748] test_asdl_parser: load_module() method is deprecated

2020-12-26 Thread Dong-hee Na
Change by Dong-hee Na : -- components: +Tests resolution: -> fixed stage: patch review -> resolved status: open -> closed type: -> enhancement versions: +Python 3.10 ___ Python tracker <https://bugs.python

[issue42042] sphinx3 renders diffrently docs.python.org for 3.10

2020-12-26 Thread Dong-hee Na
Dong-hee Na added the comment: @pablogsal @rhettinger @mdk @Mariatta Cool!! everything looks okay! Now I close this issue. Thank you to everyone who works on this issue!! -- resolution: -> fixed stage: patch review -> resolved status: open -&g

[issue42747] Remove Py_TPFLAGS_HAVE_VERSION_TAG flag?

2020-12-26 Thread Dong-hee Na
Dong-hee Na added the comment: Let's emit the deprecated message if Py_TPFLAGS_HAVE_VERSION_TAG is set ;) For example, PyType_Ready looks like a good place -- nosy: +corona10 ___ Python tracker <https://bugs.python.org/is

[issue42755] sqlite3.Connection.backup default value is diffrent between implmentation and docs

2020-12-27 Thread Dong-hee Na
New submission from Dong-hee Na : Docs says that pages default value is 0 but the implementation is -1 docs: https://docs.python.org/3/library/sqlite3.html#sqlite3.Connection.backup impl: https://github.com/python/cpython/blob/f4507231e3f0cf8827cec5592571ce371c6813e8/Modules/_sqlite

[issue40956] Use Argument Clinic in sqlite3

2020-12-27 Thread Dong-hee Na
Dong-hee Na added the comment: New changeset 3ccef1ca474592e191a00e131dfbaf777db271e9 by Erlend Egeberg Aasland in branch 'master': bpo-40956: Convert _sqlite3.Connection to Argument Clinic, part 2 (GH-23838) https://github.com/python/cpython/commit/3ccef1ca474592e191a00e131dfbaf

[issue42767] Review usage of atomic variables in signamodule.c

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

[issue40810] sqlite3 test CheckTraceCallbackContent fails for sqlite v3.7.3 through 3.7.14.1

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

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

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

[issue42756] smtplib.LMTP.connect() raises TypeError if `timeout` is not specified

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

[issue42756] smtplib.LMTP.connect() raises TypeError if `timeout` is not specified

2020-12-31 Thread Dong-hee Na
Change by Dong-hee Na : -- nosy: +vstinner ___ Python tracker <https://bugs.python.org/issue42756> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue42756] smtplib.LMTP.connect() raises TypeError if `timeout` is not specified

2020-12-31 Thread Dong-hee Na
Dong-hee Na added the comment: This -- versions: +Python 3.10 ___ Python tracker <https://bugs.python.org/issue42756> ___ ___ Python-bugs-list mailing list Unsub

[issue42756] smtplib.LMTP.connect() raises TypeError if `timeout` is not specified

2020-12-31 Thread Dong-hee Na
Dong-hee Na added the comment: This is a regression bug that should be fixed. -- ___ Python tracker <https://bugs.python.org/issue42756> ___ ___ Python-bug

[issue42756] smtplib.LMTP.connect() raises TypeError if `timeout` is not specified

2020-12-31 Thread Dong-hee Na
Change by Dong-hee Na : -- type: crash -> behavior ___ Python tracker <https://bugs.python.org/issue42756> ___ ___ Python-bugs-list mailing list Unsubscrib

[issue42794] test_nntplib fails on CI

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

[issue42794] test_nntplib fails on CI

2021-01-01 Thread Dong-hee Na
Dong-hee Na added the comment: == CPython 3.10.0a3+ (heads/master:c8a7b8fa1b, Jan 1 2021, 08:28:41) [GCC 7.5.0] == Linux-5.4.0-1031-azure-x86_64-with-glibc2.27 little-endian == cwd: /home/corona10/cpython/build/test_python_66899æ == CPU count: 2 == encodings: locale=UTF-8, FS=utf-8 0:00:00 load

[issue42794] test_nntplib fails on CI

2021-01-01 Thread Dong-hee Na
Dong-hee Na added the comment: 4 ways / 2 ways -- ___ Python tracker <https://bugs.python.org/issue42794> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue42794] test_nntplib fails on CI

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

[issue42794] test_nntplib fails on CI

2021-01-01 Thread Dong-hee Na
Dong-hee Na added the comment: I submit the patch to use group_name which is mentioned from https://news.aioe.org/manual/aioe-hierarchy/ IMHO, it will be not changed frequently than what we used before. -- stage: patch review -> ___ Pyt

[issue42794] test_nntplib fails on CI

2021-01-01 Thread Dong-hee Na
Dong-hee Na added the comment: > How to handle similar breakage of external servers? For tests with the external environment, How about skipping tests if servers are not available? It is assumed that if there is a change related to NNTP, it is well checked in the CI and review. This

[issue42801] Exception catching function crashes on recursive list

2021-01-01 Thread Dong-hee Na
Dong-hee Na added the comment: FYI,I am able to reproduce on Python 3.9 The master version is not able to reproduce. -- nosy: +corona10 ___ Python tracker <https://bugs.python.org/issue42

[issue42794] test_nntplib fails on CI

2021-01-01 Thread Dong-hee Na
Dong-hee Na added the comment: > For tests with the external environment, How about skipping tests if servers are not available? Hmm, I change my mind this is not a good idea :( -- ___ Python tracker <https://bugs.python.org/issu

[issue34752] warnings.warn fails silently with unicode input

2021-01-01 Thread Dong-hee Na
Change by Dong-hee Na : -- resolution: -> wont fix stage: -> resolved status: open -> closed ___ Python tracker <https://bugs.python.org/issue34752> ___ ___

[issue42794] test_nntplib fails on CI

2021-01-01 Thread Dong-hee Na
Dong-hee Na added the comment: New changeset ec3165320e81ac87edcb85c86c452528ddbaec1c by Dong-hee Na in branch 'master': bpo-42794: Update test_nntplib to use offical group name for testing (GH-24037) https://github.com/python/cpython/commit/ec3165320e81ac87edcb85c86c4525

[issue42756] smtplib.LMTP.connect() raises TypeError if `timeout` is not specified

2021-01-01 Thread Dong-hee Na
Dong-hee Na added the comment: New changeset 3bf05327c2b25d42b92795d9d280288c22a0963d by Ross in branch 'master': bpo-42756: Configure LMTP Unix-domain socket to use global default timeout when timeout not provided (GH-23969) https://github.com/python/cpyt

[issue42756] smtplib.LMTP.connect() raises TypeError if `timeout` is not specified

2021-01-01 Thread Dong-hee Na
Change by Dong-hee Na : -- pull_requests: +22885 pull_request: https://github.com/python/cpython/pull/24049 ___ Python tracker <https://bugs.python.org/issue42

[issue42756] smtplib.LMTP.connect() raises TypeError if `timeout` is not specified

2021-01-01 Thread Dong-hee Na
Change by Dong-hee Na : -- pull_requests: -22885 ___ Python tracker <https://bugs.python.org/issue42756> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue42756] smtplib.LMTP.connect() raises TypeError if `timeout` is not specified

2021-01-01 Thread Dong-hee Na
Dong-hee Na added the comment: New changeset 69120613c071e9327a9dc6e4b1ff21b2e94d885e by Ross in branch '3.9': [3.9] bpo-42756: Configure LMTP Unix-domain socket to use global default timeout when timeout not provided (GH-23969) (GH-24050) https://github.com/python/cpyt

[issue42756] smtplib.LMTP.connect() raises TypeError if `timeout` is not specified

2021-01-01 Thread Dong-hee Na
Dong-hee Na added the comment: Thanks, Ross Rhodes for the fix! And thanks, Wüstengecko for the report! -- 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-01-02 Thread Dong-hee Na
Change by Dong-hee Na : -- nosy: +serhiy.storchaka ___ Python tracker <https://bugs.python.org/issue42808> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue42843] What min_sphinx for Python 3.10

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

[issue28937] str.split(): allow removing empty strings (when sep is not None)

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

[issue1635741] Py_Finalize() doesn't clear all Python objects at exit

2021-01-12 Thread Dong-hee Na
Change by Dong-hee Na : -- pull_requests: +23031 pull_request: https://github.com/python/cpython/pull/24205 ___ Python tracker <https://bugs.python.org/issue1635

[issue1635741] Py_Finalize() doesn't clear all Python objects at exit

2021-01-13 Thread Dong-hee Na
Dong-hee Na added the comment: New changeset 2396614b8958ad202378fd71a598eb4106ac5896 by Dong-hee Na in branch 'master': bpo-1635741: Fix PyModule_AddObjectRef to use EXPORT_FUNC (GH-24205) https://github.com/python/cpython/commit/2396614b8958ad202378fd71a598eb

[issue42923] Py_FatalError(): dump the list of extension modules

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

[issue42955] Add sys.module_names: list of stdlib module names (Python and extension modules)

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

[issue42972] [C API] Heap types (PyType_FromSpec) must fully implement the GC protocol

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

[issue40455] GCC 10 compiler warnings

2021-01-30 Thread Dong-hee Na
Dong-hee Na added the comment: New changeset 86e322f1412be6c5a6c8fa8e73af68b99c42bb18 by Pablo Galindo in branch 'master': bpo-40455: Fix gcc10+ warning about writing into a section of offset 0 (GH-24384) https://github.com/python/cpython/commit/86e322f1412be6c5a6c8fa8e73af68

[issue40455] GCC 10 compiler warnings

2021-01-30 Thread Dong-hee Na
Change by Dong-hee Na : -- versions: +Python 3.10 -Python 3.9 ___ Python tracker <https://bugs.python.org/issue40455> ___ ___ Python-bugs-list mailing list Unsub

[issue40455] GCC 10 compiler warnings

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

[issue42939] Linux's chattr i.e. ioctl(FS_IOC_SETFLAGS) is not supported in os.chflags()

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

[issue42647] Unable to use concurrent.futures in atexit hook

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

[issue43106] Some macOS open flags are missing from posixmodule.c

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

[issue43106] Some macOS open flags are missing from posixmodule.c

2021-02-02 Thread Dong-hee Na
Dong-hee Na added the comment: I can see some users use such flags with manual mapping Looks good to support it :) https://github.com/TaskEvolution/Task-Coach-Evolution/blob/master/taskcoach/taskcoachlib/filesystem/fs_darwin.py#L27 -- ___ Python

[issue43106] Some macOS open flags are missing from posixmodule.c

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

[issue43106] Some macOS open flags are missing from posixmodule.c

2021-02-03 Thread Dong-hee Na
Dong-hee Na added the comment: O_FSYNC could be used as an alias of O_SYNC. O_EVTONLY is used for kqueue API. but other flags I don't know where to use it. So I submit the patch to add O_FSYNC and O_EVTONLY only. If other flags should be added, please let me

[issue43106] Some macOS open flags are missing from posixmodule.c

2021-02-03 Thread Dong-hee Na
Dong-hee Na added the comment: New changeset f917c243c52d62a787738379fb9b97acbed02c17 by Dong-hee Na in branch 'master': bpo-43106: Add os.O_EVTONLY/O_FSYNC/O_SYMLINK/O_NOFOLLOW_ANY (GH-24428) https://github.com/python/cpython/commit/f917c243c52d62a787738379fb9b97

[issue43106] Some macOS open flags are missing from posixmodule.c

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

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

2021-02-06 Thread Dong-hee Na
Dong-hee Na added the comment: @arekm Would you like to submit the patch through Github? -- nosy: +corona10 ___ Python tracker <https://bugs.python.org/issue43

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

2021-02-06 Thread Dong-hee Na
Change by Dong-hee Na : -- versions: +Python 3.10, Python 3.8 ___ Python tracker <https://bugs.python.org/issue43144> ___ ___ Python-bugs-list mailing list Unsub

[issue43152] warning: unused variable 'code'

2021-02-06 Thread Dong-hee Na
New submission from Dong-hee Na : Python/ceval.c:4747:19: warning: unused variable 'code' [-Wunused-variable] PyCodeObject *code = (PyCodeObject *)_co; Very nit compiler warning but should be fixed ;) -- components: Interpreter Core messages: 386583 nosy: Mark.Shannon

[issue43152] warning: unused variable 'code'

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

[issue43152] warning: unused variable 'code'

2021-02-13 Thread Dong-hee Na
Dong-hee Na added the comment: New changeset 3cf0833f42ebde24f6435b838785ca4f946b988f by Dong-hee Na in branch 'master': bpo-43152: Update assert statement to remove unused warning (GH-24473) https://github.com/python/cpython/commit/3cf0833f42ebde24f6435b838785ca

[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

[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:

[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

[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/1b57426e3a7842b4e6f9fc13ffb657

[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/cpyt

[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

[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

[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:

[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:

[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

[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

[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
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

[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:

[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:

[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/b19855bb6ffd69a16e8b53873b19b0

[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

[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:

[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:

[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/1f433406bd46fbd00b88223ad

[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

[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

<    6   7   8   9   10   11   12   13   14   15   >