Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 40 million developers.
Sign up-
Kakao
- South Korea
- Sign in to view email
- http://corona10.github.io/
Pinned
349 contributions in the last year
Activity overview
Contribution activity
December 2019
Created a pull request in python/cpython that received 17 comments
bpo-38588: Fix possible crashes in dict and list when calling PyObject_RichCompareBool
Based on LCatro's report https://bugs.python.org/issue38588
+47
−1
•
17
comments
- [3.7] bpo-38588: Fix possible crashes in dict and list when calling P…
- bpo-38588: Optimize list comparison.
- bpo-37446: resolve undefined behavior in Python/hamt.c
- shuffle in random.py now returns x
- Create file.py
- bpo-19083: IDNA prefix should be case insensitive
- bpo-39121: write gzip header OS information
- bpo-39058: Preserve attribute order in the repr for argparse.Namespace()
- bpo-38546: Fix concurrent.futures test_ressources_gced_in_workers()
- bpo-39033: Fix NameError in zipimport during hash validation
- [3.8] bpo-38916: Document array.array deprecation
- bpo-39002: Fix simple typo: tranlation -> translation (GH-17517)
- bpo-38708: email: Fix a potential IndexError when parsing Message-ID
- bpo-38916: array.array: remove fromstring() and tostring()