Closed jameshilliard closed 1 month ago
It would be helpful if anyio had a replacement for aiofiles.tempfile.NamedTemporaryFile.
aiofiles.tempfile.NamedTemporaryFile
I'm replacing aiofiles with anyio in a project and ran into an issue where there doesn't seem to be any tempfile operation support in anyio.
Would you like to submit a PR? I have my hands full as it is.
Also, isn't this a duplicate of https://github.com/agronholm/anyio/issues/344 ?
Closing as duplicate.
Things to check first
Feature description
It would be helpful if anyio had a replacement for
aiofiles.tempfile.NamedTemporaryFile
.Use case
I'm replacing aiofiles with anyio in a project and ran into an issue where there doesn't seem to be any tempfile operation support in anyio.