New GitHub issue #95380 from zenbooster:<br>

<hr>

<pre>
`char buf[1024];`

Why not allocate the buffer dynamically to remove this limitation? I am passing a structure to the driver that contains, among other things, the name of the target device of size PATH_MAX, and I do not fit into 1024 bytes. Everything works in the client in C, but not in python with your module.
</pre>

<hr>

<a href="https://github.com/python/cpython/issues/95380">View on GitHub</a>
<p>Labels: type-feature</p>
<p>Assignee: </p>