Bug report
Bug description:
If I build CPython 3.13.5 on my Linux workstation in my home directory, test_sqlite3 fails. If I build CPython 3.13.5 in /tmp, test_sqlite3 works fine. My /home partition uses ZFS, which is somewhat rare, so I'm betting that's why it fails for me.
I ran the test using
% ./python -m test -v test_sqlite3
Here's the output of that program when run in my home directory.
test_sqlite3.failure.output.txt
Current CPython trunk also fails in the same way, except now the output is colorized.
CPython versions tested on:
3.13, CPython main branch
Operating systems tested on:
Linux
Linked PRs
Bug report
Bug description:
If I build CPython 3.13.5 on my Linux workstation in my home directory,
test_sqlite3fails. If I build CPython 3.13.5 in/tmp,test_sqlite3works fine. My/homepartition uses ZFS, which is somewhat rare, so I'm betting that's why it fails for me.I ran the test using
Here's the output of that program when run in my home directory.
test_sqlite3.failure.output.txt
Current CPython trunk also fails in the same way, except now the output is colorized.
CPython versions tested on:
3.13, CPython main branch
Operating systems tested on:
Linux
Linked PRs