- Seoul, South Korea
- https://www.linkedin.com/in/dong-hee-na-2b713b49/
- @dongheena92
Block or Report
Block or report corona10
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
-
pyston/pyston_v1 Public
The previous version of Pyston, a faster implementation of the Python programming language. Please use this link for the new repository:
-
-
-
-
go-python/gpython Public
gpython is a python interpreter written in go "batteries not included"
428 contributions in the last year
Less
More
Activity overview
Contribution activity
October 2021
Created 13 commits in 3 repositories
Created 2 repositories
Created a pull request in python/cpython that received 30 comments
Opened 20 other pull requests in 3 repositories
python/cpython
3
open
2
closed
13
merged
- bpo-45429: Support CREATE_WAITABLE_TIMER_HIGH_RESOLUTION if possible
- Revert "bpo-44019: Add test_all_exported_names for operator module"
- bpo-44019: Add test_all_exported_names for operator module
- [CoreSprint] Mimalloc Experiment
- bpo-45434: Include stdlib.h for specialize stat
- bpo-45510: Specialize BINARY_SUBTRACT
- bpo-45489: Update ForwardRef to support | operator.
- [3.10] no-issue: Make silence about warning '_POSIX_C_SOURCE redefin…
- no-issue: Make silence about warning '_POSIX_C_SOURCE redefined'
- bpo-45452: Able to use GDBM_NUMSYNC flag if gdbm supports.
- Handle error when PyUnicode_GetLength returns a negative value.
- [3.9] bpo-20028: Keep original exception when PyUnicode_GetLength ret…
- [3.10] bpo-20028: Keep original exception when PyUnicode_GetLength re…
- bpo-20028: Empty escapechar/quotechar is not allowed for csv.Dialect
- bpo-20028: Keep original exception when PyUnicode_GetLength return -1
- [3.9] bpo-45385: Fix reference leak from descr_check (GH-28719)
- bpo-45385: Fix reference leak from descr_check
- bpo-45332: Fix broken Decimal test and benchmark
libexpat/libexpat
1
merged
psf/pyperf
1
merged
Reviewed 25 pull requests in 1 repository
python/cpython
25 pull requests
- bpo-45669: Add ascii_alphanumerics in string module
- bpo-45429: Support CREATE_WAITABLE_TIMER_HIGH_RESOLUTION if possible
- bpo-45522: Allow to disable freelists on build time
- bpo-44019: Add operator.call() to __all__ for the operator module
- [3.9] bpo-45532: Replace 'default' with 'main' as default in sys.version (GH-29100)
- [3.10] bpo-45532: Replace 'default' with 'main' as default in sys.version (GH-29100)
- bpo-45532: Replace 'default' with 'main' as default in sys.version
- [3.9] bpo-45500: Rewrite test_dbm (GH-29002)
- Fix contributor person name in changelog
- [3.9] no-issue: Make silence about warning '_POSIX_C_SOURCE redefined' (GH-28948)
- Fix format string in _PyImport_LoadDynamicModuleWithSpec()
- [3.9] Handle error when PyUnicode_GetLength returns a negative value. (GH-28859)
- [3.10] Handle error when PyUnicode_GetLength returns a negative value. (GH-28859)
-
bpo-45405: Prevent
internal configure errorwhen runningconfigurewith recent versions of non-Apple clang. - Fix EncodingWarning in test_tools.
- bpo-20028: Empty escapechar/quotechar is not allowed for csv.Dialect
- [3.10] bpo-20028: Improve error message of csv.Dialect when initializing (GH-28705)
- [3.9] bpo-20028: Improve error message of csv.Dialect when initializing (GH-28705)
- bpo-20028: Improve error message of csv.Dialect when initializing
- bpo-27580: Add support of null characters in csv
- bpo-45407: Remove outdated XXX comment from Struct___init___impl
- [3.10] bpo-45385: Fix reference leak from descr_check (GH-28719)
- bpo-45385: Fix reference leak from descr_check
- [3.10] bpo-45332: Fix broken Decimal test and benchmark (GH-28680)
- bpo-41710: PyThread_acquire_lock_timed() uses sem_clockwait()
Created an issue in libexpat/libexpat that received 5 comments
Location of expat_config.h include (include order)
CPython projects use the libexpat project and we met the "_POSIX_C_SOURCE" redefined warning. We modify xmltok.c file to make silence about warning…
5
comments