Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Exposure Tracked Buffer (first step towards unifying copy-on-write and spilling) #13307
Exposure Tracked Buffer (first step towards unifying copy-on-write and spilling) #13307
Changes from 26 commits
09b22ab
b43c8cc
d27bb25
38e3c97
f091326
b5027ff
13e3d2a
0848ab8
a924926
122bc70
0debdcd
e7a44ac
d9fc54e
a9c320e
8e26ee2
3b63e9d
1c13953
d1b49ee
3964c1f
350b95d
38b4ba4
df53860
5ec77f5
1b67bd8
3b5f56e
2056c6f
8a8fd93
f30e11f
98581a8
e4713db
e21b66b
c020dbd
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No need to change this, but just to note that
Literal
doesn't get handled very well by type-checkers if the argument comes from a variable, rather than a literal value (unless the variable is marked with: Final
). Since they don't do dataflow analysishttps://mypy-play.net/?mypy=latest&python=3.11&gist=6541ee12e80daeb4b0837563d98dc442
This file was deleted.