[issue47250] New object.__getstate__() method introduced refleaks

2022-04-07 Thread Dong-hee Na
Dong-hee Na added the comment: New changeset e2d78baed385c349d756e96d8f0def0268fa9c4f by Dong-hee Na in branch 'main': bpo-47250: Fix refleak from object.__getstate__() (GH-32403) https://github.com/python/cpython/commit/e2d78baed385c349d756e96d8f0def0268fa9c4f

[issue47250] New object.__getstate__() method introduced refleaks

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

[issue47250] Add object.__getstate__() introduced refleaks

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

[issue42012] typing support in wsgiref

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

[issue47193] Use zlib-ng rather than zlib in binary releases

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

[issue47164] [C API] Add private "CAST" macros to clean up casts in C code

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

[issue47120] Make all jump opcodes relative

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

[issue46841] Inline bytecode caches

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

[issue46775] [Windows] OSError should unconditionally call winerror_to_errno

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

[issue46564] Near zero-cost super().meth() calls via adaptive superinstructions

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

[issue46775] [Windows] OSError should unconditionally call winerror_to_errno

2022-03-29 Thread Dong-hee Na
Change by Dong-hee Na : -- keywords: +patch nosy: +corona10 nosy_count: 5.0 -> 6.0 pull_requests: +30257 stage: needs patch -> patch review pull_request: https://github.com/python/cpython/pull/32179 ___ Python tracker <https://bugs.p

[issue16958] The sqlite3 context manager does not work with isolation_level=None

2022-03-29 Thread Dong-hee Na
Change by Dong-hee Na : -- nosy: +corona10, erlendaasland ___ Python tracker <https://bugs.python.org/issue16958> ___ ___ Python-bugs-list mailing list Unsub

[issue47135] Allow decimal.localcontext to accept keyword arguments to set context attributes

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

[issue39355] The Python library will not compile with a C++2020 compiler because the code uses the reserved “module” keyword

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

[issue47150] HTTPRedirectHandler fails on POST for 307 and 308

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

[issue47151] vfork() returns EINVAL if PID=1

2022-03-29 Thread Dong-hee Na
Change by Dong-hee Na : -- nosy: +gregory.p.smith ___ Python tracker <https://bugs.python.org/issue47151> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue47151] vfork() returns EINVAL if PID=1

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

[issue47125] Explore hashlib use of the Windows Crypto API NG

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

[issue47124] explore hashlib use of the Apple CryptoKit macOS

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

[issue47143] Add functools.copy_class() which updates closures

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

[issue47083] The __complex__ method is missing from the complex, float, and int built-in types

2022-03-24 Thread Dong-hee Na
Change by Dong-hee Na : -- nosy: +corona10, mark.dickinson ___ Python tracker <https://bugs.python.org/issue47083> ___ ___ Python-bugs-list mailing list Unsub

[issue47064] thread QOS attribute on macOS

2022-03-20 Thread Dong-hee Na
Dong-hee Na added the comment: > I'd be more interested in trying to implement the same interface on other > platforms using the low-level APIs for those platforms Yeah, I am on the same line, I prefer to provide the interface that the user actually doesn't care about implementation

[issue46965] Enable informing callee it's awaited via vector call flag

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

[issue47064] thread QOS attribute on macOS

2022-03-19 Thread Dong-hee Na
Dong-hee Na added the comment: > but I would like to consider using a more seamless way For example, using a priority policy that actually uses QOS attribute :) -- ___ Python tracker <https://bugs.python.org/issu

[issue47064] thread QOS attribute on macOS

2022-03-19 Thread Dong-hee Na
Dong-hee Na added the comment: I am +1 on with supporting a way to select QOS attribute but I would like to consider using a more seamless way :) -- ___ Python tracker <https://bugs.python.org/issue47

[issue47064] thread QOS attribute on macOS

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

[issue47067] Add vectorcall for generica alias object

2022-03-19 Thread Dong-hee Na
Change by Dong-hee Na : -- nosy: +Dennis Sweeney ___ Python tracker <https://bugs.python.org/issue47067> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue47067] Add vectorcall for generica alias object

2022-03-19 Thread Dong-hee Na
Dong-hee Na added the comment: We decided not to add it see bpo-40369 -- nosy: +corona10 ___ Python tracker <https://bugs.python.org/issue47067> ___ ___ Pytho

[issue46987] Remove _PySys_GetObjectId / _PySys_GetObjectId

2022-03-14 Thread Dong-hee Na
Change by Dong-hee Na : -- stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.python.org/issue46987> ___ ___ Pyth

[issue46987] Remove _PySys_GetObjectId / _PySys_GetObjectId

2022-03-14 Thread Dong-hee Na
Dong-hee Na added the comment: New changeset bb1c543f4a183f5cfdf15aad59f59094d50b37fd by Dong-hee Na in branch 'main': bpo-46987: Remove _PySys_GetObjectId / _PySys_GetObjectId (GH-31835) https://github.com/python/cpython/commit/bb1c543f4a183f5cfdf15aad59f59094d50b37fd

[issue46987] Remove _PySys_GetObjectId / _PySys_GetObjectId

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

[issue46987] Remove _PySys_GetObjectId / _PySys_GetObjectId

2022-03-11 Thread Dong-hee Na
Dong-hee Na added the comment: @vstinner >From my view, PySys_GetObject is available since Python3.2 both APIs look safe >to remove. -- ___ Python tracker <https://bugs.python.org/i

[issue46987] Remove _PySys_GetObjectId / _PySys_GetObjectId

2022-03-11 Thread Dong-hee Na
Dong-hee Na added the comment: @pitrou https://github.com/pitrou/pickle5-backport/blob/e6117502435aba2901585cc6c692fb9582545f08/pickle5/_pickle.c#L1937 Do you have a plan to use PySys_GetObject("modules") instead of _PySys_GetObjectId(_modules)? -- nos

[issue46987] Remove _PySys_GetObjectId / _PySys_GetObjectId

2022-03-11 Thread Dong-hee Na
Dong-hee Na added the comment: ./top_5000/datatable-1.0.0.tar.gz: datatable-1.0.0/src/core/python/obj.cc: _PySys_GetObjectId(_stdin) // borrowed ref ./top_5000/datatable-1.0.0.tar.gz: datatable-1.0.0/src/core/python/obj.cc: _PySys_GetObjectId(_stdout) // borrowed ref ./top_5000/datatable

[issue46987] Remove _PySys_GetObjectId / _PySys_GetObjectId

2022-03-11 Thread Dong-hee Na
New submission from Dong-hee Na : There is no usage of _PySys_GetObjectId / _PySys_GetObjectId private APIs in CPython project. Since these APIs use _Py_Identifier as the parameter, it looks good to be removed this time when there is no usage at all. But before removing these APIs, I

[issue46937] convert remaining functions to AC in _weakref

2022-03-07 Thread Dong-hee Na
Dong-hee Na added the comment: New changeset 5c06dba21b9767127f042b8a168703f06338c3f4 by Kumar Aditya in branch 'main': bpo-46937: convert remaining functions to AC in _weakref (GH-31705) https://github.com/python/cpython/commit/5c06dba21b9767127f042b8a168703f06338c3f4

[issue46937] convert remaining functions to AC in _weakref

2022-03-07 Thread Dong-hee Na
Change by Dong-hee Na : -- stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.python.org/issue46937> ___ ___ Pyth

[issue46921] Vectorcall support for super()

2022-03-05 Thread Dong-hee Na
Dong-hee Na added the comment: Mean +- std dev: [base] 254 ns +- 6 ns -> [vectorcall] 225 ns +- 1 ns: 1.13x faster -- Added file: https://bugs.python.org/file50657/bench_super.py ___ Python tracker <https://bugs.python.org/issu

[issue46921] Vectorcall support for super()

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

[issue46923] Implement stack overflow protection for supported platforms

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

[issue46541] Replace _Py_IDENTIFIER() with statically initialized objects.

2022-03-04 Thread Dong-hee Na
Dong-hee Na added the comment: New changeset d168c728f7114959e8fc147538ea1d24f2f5af79 by Dong-hee Na in branch 'main': bpo-46541: Remove usage of _Py_IDENTIFIER from lzma module (GH-31683) https://github.com/python/cpython/commit/d168c728f7114959e8fc147538ea1d24f2f5af79

[issue46430] intern strings in deepfrozen modules

2022-03-04 Thread Dong-hee Na
Change by Dong-hee Na : -- pull_requests: -29803 ___ Python tracker <https://bugs.python.org/issue46430> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue46541] Replace _Py_IDENTIFIER() with statically initialized objects.

2022-03-04 Thread Dong-hee Na
Change by Dong-hee Na : -- pull_requests: +29804 pull_request: https://github.com/python/cpython/pull/31683 ___ Python tracker <https://bugs.python.org/issue46

[issue46430] intern strings in deepfrozen modules

2022-03-04 Thread Dong-hee Na
Change by Dong-hee Na : -- pull_requests: +29803 pull_request: https://github.com/python/cpython/pull/31683 ___ Python tracker <https://bugs.python.org/issue46

[issue46874] [sqlite3] optimise user-defined functions

2022-03-03 Thread Dong-hee Na
Dong-hee Na added the comment: New changeset 88567a997005c9388137cd18c5d7f4483423dac3 by Erlend Egeberg Aasland in branch 'main': bpo-46874: Speed up sqlite3 user-defined aggregate 'step' method (GH-31604) https://github.com/python/cpython/commit/88567a997005c9388137cd18c5d7f4483423dac3

[issue46794] Please update bundled libexpat to 2.4.6 with security fixes (5 CVEs)

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

[issue46541] Replace _Py_IDENTIFIER() with statically initialized objects.

2022-03-01 Thread Dong-hee Na
Dong-hee Na added the comment: New changeset e91b0a7139d4a4cbd2351ccb5cd021a100cf42d2 by Kumar Aditya in branch 'main': bpo-46541: remove usage of _Py_IDENTIFIER from _ssl module (GH-31599) https://github.com/python/cpython/commit/e91b0a7139d4a4cbd2351ccb5cd021a100cf42d2

[issue46541] Replace _Py_IDENTIFIER() with statically initialized objects.

2022-03-01 Thread Dong-hee Na
Dong-hee Na added the comment: New changeset 0cc63641859b2f60ea65bb7c0b6d1cfcec1e2f1a by Dong-hee Na in branch 'main': bpo-46541: Remove usage of _Py_IDENTIFIER from multibytecodec (GH-31475) https://github.com/python/cpython/commit/0cc63641859b2f60ea65bb7c0b6d1cfcec1e2f1a

[issue46541] Replace _Py_IDENTIFIER() with statically initialized objects.

2022-02-28 Thread Dong-hee Na
Dong-hee Na added the comment: New changeset c32aef48533769161e1247927a5b418322e0860c by Erlend Egeberg Aasland in branch 'main': bpo-46541: Remove unneeded visits from sqlite3 (GH-31609) https://github.com/python/cpython/commit/c32aef48533769161e1247927a5b418322e0860c

[issue46541] Replace _Py_IDENTIFIER() with statically initialized objects.

2022-02-27 Thread Dong-hee Na
Change by Dong-hee Na : -- pull_requests: +29731 pull_request: https://github.com/python/cpython/pull/31608 ___ Python tracker <https://bugs.python.org/issue46

[issue46430] intern strings in deepfrozen modules

2022-02-24 Thread Dong-hee Na
Change by Dong-hee Na : -- pull_requests: +29678 pull_request: https://github.com/python/cpython/pull/31556 ___ Python tracker <https://bugs.python.org/issue46

[issue46430] intern strings in deepfrozen modules

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

[issue46736] Generate HTML 5 with SimpleHTTPRequestHandler.list_directory

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

[issue46736] Generate HTML 5 with SimpleHTTPRequestHandler.list_directory

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

[issue46754] Improve Python Language Reference based on [Köhl 2020]

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

[issue46356] [C API] Enforce usage of PyFrame_GetBack()

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

[issue46794] Please update bundled libexpat to 2.4.6 with security fixes (5 CVEs)

2022-02-22 Thread Dong-hee Na
Dong-hee Na added the comment: New changeset 1935e1cc284942bec8006287c939e295e1a7bf13 by Dong-hee Na in branch 'main': bpo-46794: Bump up the libexpat version into 2.4.6 (GH-31487) https://github.com/python/cpython/commit/1935e1cc284942bec8006287c939e295e1a7bf13

[issue46794] Please update bundled libexpat to 2.4.6 with security fixes (5 CVEs)

2022-02-21 Thread Dong-hee Na
Change by Dong-hee Na : -- pull_requests: +29615, 29616 pull_request: https://github.com/python/cpython/pull/31487 ___ Python tracker <https://bugs.python.org/issue46

[issue46794] Please update bundled libexpat to 2.4.6 with security fixes (5 CVEs)

2022-02-21 Thread Dong-hee Na
Change by Dong-hee Na : -- pull_requests: +29615 pull_request: https://github.com/python/cpython/pull/31487 ___ Python tracker <https://bugs.python.org/issue46

[issue46794] Please update bundled libexpat to 2.4.6 with security fixes (5 CVEs)

2022-02-21 Thread Dong-hee Na
Change by Dong-hee Na : -- pull_requests: -29614 ___ Python tracker <https://bugs.python.org/issue46794> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue46794] Please update bundled libexpat to 2.4.6 with security fixes (5 CVEs)

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

[issue46794] Please update bundled libexpat to 2.4.6 with security fixes (5 CVEs)

2022-02-21 Thread Dong-hee Na
Change by Dong-hee Na : -- assignee: -> corona10 nosy: +corona10 ___ Python tracker <https://bugs.python.org/issue46794> ___ ___ Python-bugs-list mai

[issue46541] Replace _Py_IDENTIFIER() with statically initialized objects.

2022-02-21 Thread Dong-hee Na
Change by Dong-hee Na : -- pull_requests: +29611 pull_request: https://github.com/python/cpython/pull/31475 ___ Python tracker <https://bugs.python.org/issue46

[issue45641] Error In opening a file through tkinter on macOS Monterey

2022-02-21 Thread Dong-hee Na
Change by Dong-hee Na : -- pull_requests: +29607 pull_request: https://github.com/python/cpython/pull/31475 ___ Python tracker <https://bugs.python.org/issue45

[issue45641] Error In opening a file through tkinter on macOS Monterey

2022-02-21 Thread Dong-hee Na
Change by Dong-hee Na : -- nosy: +corona10 nosy_count: 7.0 -> 8.0 pull_requests: +29603 pull_request: https://github.com/python/cpython/pull/31475 ___ Python tracker <https://bugs.python.org/issu

[issue46541] Replace _Py_IDENTIFIER() with statically initialized objects.

2022-02-21 Thread Dong-hee Na
Dong-hee Na added the comment: New changeset 2b86616456629e11de33629da1bb732f033c436e by Dong-hee Na in branch 'main': bpo-46541: Remove usage of _Py_IDENTIFIER from pyexpat (GH-31468) https://github.com/python/cpython/commit/2b86616456629e11de33629da1bb732f033c436e

[issue46541] Replace _Py_IDENTIFIER() with statically initialized objects.

2022-02-21 Thread Dong-hee Na
Change by Dong-hee Na : -- pull_requests: +29598 pull_request: https://github.com/python/cpython/pull/31468 ___ Python tracker <https://bugs.python.org/issue46

[issue46793] expose expat XML billion laughs attack mitigation APIs

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

[issue46400] Please update bundled libexpat to 2.4.4 with security fixes (CVE-2021-45960)

2022-02-17 Thread Dong-hee Na
Dong-hee Na added the comment: New changeset e7828904f39588dad438c5d341a31e72e9cb1775 by Miss Islington (bot) in branch '3.9': bpo-46400: Update libexpat from 2.4.1 to 2.4.4 (GH-31022) (GH-31295) https://github.com/python/cpython/commit/e7828904f39588dad438c5d341a31e72e9cb1775

[issue46400] Please update bundled libexpat to 2.4.4 with security fixes (CVE-2021-45960)

2022-02-17 Thread Dong-hee Na
Dong-hee Na added the comment: New changeset cb7551d5663f35c6993f3c6d8e361bc73f1c43d4 by Dong-hee Na in branch '3.10': bpo-46400: Update libexpat from 2.4.1 to 2.4.4 (GH-31022) (GH-31296) https://github.com/python/cpython/commit/cb7551d5663f35c6993f3c6d8e361bc73f1c43d4

[issue46541] Replace _Py_IDENTIFIER() with statically initialized objects.

2022-02-16 Thread Dong-hee Na
Dong-hee Na added the comment: New changeset 8cb5f707a841832aeac4b01c8b6a0e72dced52ae by Dong-hee Na in branch 'main': bpo-46541: Remove usage of _Py_IDENTIFIER from array module (GH-31376) https://github.com/python/cpython/commit/8cb5f707a841832aeac4b01c8b6a0e72dced52ae

[issue46541] Replace _Py_IDENTIFIER() with statically initialized objects.

2022-02-16 Thread Dong-hee Na
Dong-hee Na added the comment: > I think it's fine to use the one issue. Great! and thank you for all your efforts :) -- ___ Python tracker <https://bugs.python.org/issu

[issue46541] Replace _Py_IDENTIFIER() with statically initialized objects.

2022-02-16 Thread Dong-hee Na
Change by Dong-hee Na : -- pull_requests: +29525 pull_request: https://github.com/python/cpython/pull/31376 ___ Python tracker <https://bugs.python.org/issue46

[issue46541] Replace _Py_IDENTIFIER() with statically initialized objects.

2022-02-16 Thread Dong-hee Na
Dong-hee Na added the comment: New changeset e8a19b092fc0551581e10d6f310dd5feabac7609 by Dong-hee Na in branch 'main': bpo-46541: Remove usage of _Py_IDENTIFIER from mmap module (GH-31375) https://github.com/python/cpython/commit/e8a19b092fc0551581e10d6f310dd5feabac7609

[issue46541] Replace _Py_IDENTIFIER() with statically initialized objects.

2022-02-16 Thread Dong-hee Na
Change by Dong-hee Na : -- pull_requests: +29524 pull_request: https://github.com/python/cpython/pull/31375 ___ Python tracker <https://bugs.python.org/issue46

[issue46541] Replace _Py_IDENTIFIER() with statically initialized objects.

2022-02-16 Thread Dong-hee Na
Dong-hee Na added the comment: New changeset b2077117d125925210148294eefee28797b7ff4c by Erlend Egeberg Aasland in branch 'main': bpo-46541: Replace _Py_IDENTIFIER with _Py_ID in sqlite3 (GH-31351) https://github.com/python/cpython/commit/b2077117d125925210148294eefee28797b7ff4c

[issue46541] Replace _Py_IDENTIFIER() with statically initialized objects.

2022-02-16 Thread Dong-hee Na
Dong-hee Na added the comment: New changeset d64f3caebe8f8e31ecd193e0bd25105400153ece by Dong-hee Na in branch 'main': bpo-46541: Remove usage of _Py_IDENTIFIER from csv module (GH-31372) https://github.com/python/cpython/commit/d64f3caebe8f8e31ecd193e0bd25105400153ece

[issue46541] Replace _Py_IDENTIFIER() with statically initialized objects.

2022-02-16 Thread Dong-hee Na
Change by Dong-hee Na : -- pull_requests: +29522 pull_request: https://github.com/python/cpython/pull/31372 ___ Python tracker <https://bugs.python.org/issue46

[issue46541] Replace _Py_IDENTIFIER() with statically initialized objects.

2022-02-16 Thread Dong-hee Na
Dong-hee Na added the comment: New changeset e59309b9d0969d5c8f493cb8df28afa6f38d6273 by Dong-hee Na in branch 'main': bpo-46541: Remove usage of _Py_IDENTIFIER from dbms modules (GH-31358) https://github.com/python/cpython/commit/e59309b9d0969d5c8f493cb8df28afa6f38d6273

[issue46541] Replace _Py_IDENTIFIER() with statically initialized objects.

2022-02-15 Thread Dong-hee Na
Change by Dong-hee Na : -- pull_requests: +29508 pull_request: https://github.com/python/cpython/pull/31358 ___ Python tracker <https://bugs.python.org/issue46

[issue46541] Replace _Py_IDENTIFIER() with statically initialized objects.

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

[issue46728] Docstring of combinations_with_replacement for consistency

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

[issue46728] Docstring of combinations_with_replacement for consistency

2022-02-15 Thread Dong-hee Na
Dong-hee Na added the comment: New changeset ad47db34be23c5cd75ed5d5c220d4b56a9b5683c by DongGeon Lee in branch '3.9': [3.9] bpo-46728: fix docstring of combinations_with_replacement for consistency (GH-31293). (GH-31356) https://github.com/python/cpython/commit

[issue46728] Docstring of combinations_with_replacement for consistency

2022-02-15 Thread Dong-hee Na
Dong-hee Na added the comment: New changeset ac55cea3cbee4d40cf7320bd691f5327cff30f13 by DongGeon Lee in branch '3.10': [3.10] bpo-46728: fix docstring of combinations_with_replacement for consistency (GH-31293) (GH-31350) https://github.com/python/cpython/commit

[issue46728] Docstring of combinations_with_replacement for consistency

2022-02-15 Thread Dong-hee Na
Dong-hee Na added the comment: @LeeDongGeon1996 Please send the backported patch to 3.9 also -- ___ Python tracker <https://bugs.python.org/issue46728> ___ ___

[issue46728] Docstring of combinations_with_replacement for consistency

2022-02-15 Thread Dong-hee Na
Change by Dong-hee Na : -- versions: -Python 3.7, Python 3.8 ___ Python tracker <https://bugs.python.org/issue46728> ___ ___ Python-bugs-list mailing list Unsub

[issue46728] Docstring of combinations_with_replacement for consistency

2022-02-14 Thread Dong-hee Na
Dong-hee Na added the comment: New changeset 278fdd3e3a2492665b2c2888fd2f428f7f59a3f5 by DongGeon Lee in branch 'main': bpo-46728: fix docstring of combinations_with_replacement for consistency (GH-31293) https://github.com/python/cpython/commit/278fdd3e3a2492665b2c2888fd2f428f7f59a3f5

[issue46400] Please update bundled libexpat to 2.4.4 with security fixes (CVE-2021-45960)

2022-02-12 Thread Dong-hee Na
Change by Dong-hee Na : -- pull_requests: +29457 pull_request: https://github.com/python/cpython/pull/31298 ___ Python tracker <https://bugs.python.org/issue46

[issue46400] Please update bundled libexpat to 2.4.4 with security fixes (CVE-2021-45960)

2022-02-12 Thread Dong-hee Na
Change by Dong-hee Na : -- pull_requests: +29456 pull_request: https://github.com/python/cpython/pull/31297 ___ Python tracker <https://bugs.python.org/issue46

[issue46400] Please update bundled libexpat to 2.4.4 with security fixes (CVE-2021-45960)

2022-02-12 Thread Dong-hee Na
Change by Dong-hee Na : -- nosy: +corona10 nosy_count: 4.0 -> 5.0 pull_requests: +29455 pull_request: https://github.com/python/cpython/pull/31296 ___ Python tracker <https://bugs.python.org/issu

[issue46400] Please update bundled libexpat to 2.4.4 with security fixes (CVE-2021-45960)

2022-02-12 Thread Dong-hee Na
Change by Dong-hee Na : -- nosy: -corona10 versions: +Python 3.7, Python 3.8 ___ Python tracker <https://bugs.python.org/issue46400> ___ ___ Python-bugs-list m

[issue46400] Please update bundled libexpat to 2.4.4 with security fixes (CVE-2021-45960)

2022-02-12 Thread Dong-hee Na
Dong-hee Na added the comment: New changeset 8aaaf7e182e22026c3487a3b86d4d7d4f0f5f778 by Cyril Jouve in branch 'main': bpo-46400: Update libexpat from 2.4.1 to 2.4.4 (GH-31022) https://github.com/python/cpython/commit/8aaaf7e182e22026c3487a3b86d4d7d4f0f5f778 -- nosy: +corona10

[issue46400] Please update bundled libexpat to 2.4.4 with security fixes (CVE-2021-45960)

2022-02-12 Thread Dong-hee Na
Change by Dong-hee Na : -- versions: -Python 3.7, Python 3.8 ___ Python tracker <https://bugs.python.org/issue46400> ___ ___ Python-bugs-list mailing list Unsub

[issue46323] Use _PyObject_Vectorcall in Modules/_ctypes/callbacks.c

2022-02-11 Thread Dong-hee Na
Dong-hee Na added the comment: New changeset 0ac5372bf6b937ed44a8f9c4e402d024fcd80870 by Dong-hee Na in branch 'main': bpo-46323: Fix double-free issue for borrowed refs (GH-31272) https://github.com/python/cpython/commit/0ac5372bf6b937ed44a8f9c4e402d024fcd80870

[issue46323] Use _PyObject_Vectorcall in Modules/_ctypes/callbacks.c

2022-02-11 Thread Dong-hee Na
Dong-hee Na added the comment: > Was reviewing the code and noticed that a double-free was introduced in the > recent changes: Thanks, that looks like my mistake -- ___ Python tracker <https://bugs.python.org/i

[issue46323] Use _PyObject_Vectorcall in Modules/_ctypes/callbacks.c

2022-02-11 Thread Dong-hee Na
Change by Dong-hee Na : -- pull_requests: +29434 pull_request: https://github.com/python/cpython/pull/31272 ___ Python tracker <https://bugs.python.org/issue46

[issue46323] Use _PyObject_Vectorcall in Modules/_ctypes/callbacks.c

2022-02-10 Thread Dong-hee Na
Dong-hee Na added the comment: New changeset db052851a70fd95d047c6263fc16a75e4d47b3ed by Dong-hee Na in branch 'main': bpo-46323: Allow alloca(0) for python callback function of ctypes (GH-31249) https://github.com/python/cpython/commit/db052851a70fd95d047c6263fc16a75e4d47b3ed

[issue46323] Use _PyObject_Vectorcall in Modules/_ctypes/callbacks.c

2022-02-10 Thread Dong-hee Na
Change by Dong-hee Na : -- pull_requests: +29418 pull_request: https://github.com/python/cpython/pull/31249 ___ Python tracker <https://bugs.python.org/issue46

[issue46323] Use _PyObject_Vectorcall in Modules/_ctypes/callbacks.c

2022-02-10 Thread Dong-hee Na
Dong-hee Na added the comment: @hydroflask @vstinner Okay let's remove if statement, I will send a patch soon. -- ___ Python tracker <https://bugs.python.org/issue46

[issue46323] Use _PyObject_Vectorcall in Modules/_ctypes/callbacks.c

2022-02-09 Thread Dong-hee Na
Dong-hee Na added the comment: New changeset d18120cd67b4297f78bfc9bf7b36774cf0bf15f2 by Dong-hee Na in branch 'main': bpo-46323: Reduce stack usage of ctypes python callback function. (GH-31224) https://github.com/python/cpython/commit/d18120cd67b4297f78bfc9bf7b36774cf0bf15f2

  1   2   3   4   5   6   7   8   9   10   >