Hacker News new | ask | show | jobs
by simonw 1025 days ago
Oh cool!

Regular Python doesn't need me to create the file first, I wonder why this works differently.

1 comments

Might be this particular build of Python, or might be that I implemented one of the `fd` functions in a way Python/SQlite is surprised by. I'll have a look into it some time!
Maybe just the missing leading slash in the original reproducer? :)