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-
MIT
- Cambridge, MA
- Sign in to view email
- https://www.anishathalye.com/
Pinned
2 contributions in the last year in The YAML Project
Activity in The YAML Project
Contributed to
pyyaml

Contribution activity in The YAML Project
December 2019
anishathalye has no activity
in The YAML Project
yet for this period.
November 2019
Created a pull request in yaml/pyyaml that received 7 comments
Fix reader for Unicode code points over 0xFFFF
Fixes #350 This patch fixes the handling of inputs with Unicode code points over 0xFFFF when running on a Python 2 that does not have UCS-4 suppor…
+1
−1
•
7
comments
Created an issue in yaml/pyyaml that received 6 comments
Support for certain unicode literals depends on sys.maxunicode
It seems that support for unicode literals over code point 0xffff
, introduced in cf1c86c, depends on sys.maxunicode
. So for example, it'll work wit…
6
comments