Donghee Na

Results 164 comments of Donghee Na

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

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

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

Hmm, I think that I miss understood about syslog, I close ths issue as invalid.

> I've added some review comments to the PR, it seems to be on right path with some minor issues because the syslog extension changes process global state in the...

@ericsnowcurrently Do we have a public API to check whether the current interpreter is main interpreter? Currently, we can check the status if the module is a core module but...

@serhiy-storchaka is the expert who can decide these kinds of micro-optimization is worth applying :)

@gpshead Out of curiosity, Did we have any discussion about using boringSSL by vendoring them to the CPython repo?

> it doesn't guarantee a stable AP Oh, I thought that we can manage the boringSSL as the vendored library likewise libexpat or mimalloc. > We carry patches on our...