caverac
caverac
Most likely you `CTRL + C` (`CMD + C`) the token. Right click and select the `Copy Value` option instead
It seems there are two related bugs in the encoder (introduced in gh-95382): 1. Uninitialized cache access: When `c_make_encoder` is called with `_current_indent_level > 0`, the cache is created with...
@yihong0618 I let a comment on the [PR](https://github.com/python/cpython/pull/143246) regarding potential performance implications. My take on it is: I don't think performance is an issue since the performance-critical recursive encoding path...