Skip to content

Support floats in JSON in fixed-format cache#21603

Merged
ilevkivskyi merged 1 commit into
python:masterfrom
ilevkivskyi:fix-float-json-ser
Jun 10, 2026
Merged

Support floats in JSON in fixed-format cache#21603
ilevkivskyi merged 1 commit into
python:masterfrom
ilevkivskyi:fix-float-json-ser

Conversation

@ilevkivskyi

Copy link
Copy Markdown
Member

Fixes #21600

Obviously, float should be allowed in a JSON value.

@github-actions

github-actions Bot commented Jun 9, 2026

Copy link
Copy Markdown
Contributor

According to mypy_primer, this change doesn't affect type check results on a corpus of open source code. ✅

@ilevkivskyi ilevkivskyi merged commit e0c375a into python:master Jun 10, 2026
25 checks passed
@ilevkivskyi ilevkivskyi deleted the fix-float-json-ser branch June 10, 2026 00:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

INTERNAL ERROR reported if a Final isn't given specific float type

1 participant