Skip to content

Conversation

@ilevkivskyi
Copy link
Member

This is another small follow-up for #20280

As promised I am switching from an ad-hoc "binary JSON" format for IPC to a proper fixed format. The performance win is likely negligible, but it looks better and can be "statically typed". Note that since we don't have any backwards compatibility requirements nor need for messages to be decoded by a generic reader, I am using a simpler, more compact serialization format that incremental cache.

@github-actions
Copy link
Contributor

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

@ilevkivskyi ilevkivskyi merged commit 795dde3 into python:master Jan 12, 2026
23 checks passed
@ilevkivskyi ilevkivskyi deleted the fix-parallel-serial-fmt branch January 12, 2026 15:34
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.

2 participants