No std bytes writer - #6251
Conversation
|
We currently do not expose The only usage is a Lines 160 to 171 in d5daa3d Should we expose PyBytesWriter directly or disable it completely until core has |
I think it makes sense to expose it directly in that function. |
f3656a9 to
454af80
Compare
454af80 to
6e24383
Compare
Merging this PR will not alter performance
Comparing Footnotes
|
d12b735 to
82b8626
Compare
abb9936 to
82b43c8
Compare
|
@davidhewitt , this is rebased after merging #6324 |
davidhewitt
left a comment
There was a problem hiding this comment.
Thanks, this looks generally great, just a couple of small thoughts
Co-authored-by: David Hewitt <mail@davidhewitt.dev>
Head branch was pushed to by a user without write access
8286450 to
0d4ba4e
Compare
This is part of the WIP
no_stdsupport.I've made impl of
std::io::WriteforPyBytesWriterconditional onwip_feature_std. This makesPyBytesWritercompletely useless without the std feature, so I've added an additional methodwrite_bytes.