This repository has been archived by the owner on Apr 26, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix comment that says cast is necessary for Python 3.5
The comment was correct when we were using json.loads. But since switching to our own JSONDecoder instead, the decode() function only supports str-type arguments. Switch happened in #8106.
- Loading branch information