Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add news blurb
  • Loading branch information
cmaloney committed Jul 11, 2024
commit c60ae273f130f74ee02f01e309f26901b1d2d046
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Cap read size to smaller than the max BytesObject size. read() in POSIX
returns at most the number of requseted bytes, this updates python ``os.read``
to do similarly, and rather than throw an OverflowError in this case, return
a smaller than requseted byte object.
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

requested