You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I saw that Python 3.6 introduced context managing and the close() function to save resources. Would it be possible to add them to the autonomous scandir module as well? I use scandir rigorousy so that would be sweet :)
The text was updated successfully, but these errors were encountered:
Hi @h5rdly -- good call! This is a duplicate of #60 so I'm closing this one. Feel free to comment over there. I haven't been working on scandir for a while, so if you've done C+Python development you'd be most welcome to submit a patch to make this happen faster. Be aware it won't be trivial though: it will involve C code, Python code (for the pure Python fallback), unit tests, and documentation.
Hi,
First, thank you for this library, super useful.
I saw that Python 3.6 introduced context managing and the close() function to save resources. Would it be possible to add them to the autonomous scandir module as well? I use scandir rigorousy so that would be sweet :)
The text was updated successfully, but these errors were encountered: