blackout
blackout
This PR fixes a bug when counting unicode characters in `num_utf8_chars()`. The bug is in the code that does the bit shift to check the top two bits. Because the...
This PR makes the following changes: - Change behavior of `ReaderFlags.BIGNUM_AS_RAW`: - Old behavior: Return big numbers (>= `2**64`, < `-2**63`) as `Decimals`. - New behavior: Return big numbers (>=...
Hi, I ran across this error today which seems like a bug: ``` $ python -c "import yyjson; yyjson.dumps({'a':'a', 2:2})" TypeError: bad argument type for built-in operation The above exception...