This website requires JavaScript.
Explore
Help
Sign In
mirror
/
cpython
Watch
1
Star
0
Fork
0
You've already forked cpython
mirror of
https://github.com/python/cpython.git
synced
2026-01-31 07:05:24 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
cpython
/
Lib
/
sqlite3
History
Serhiy Storchaka
22805ca54e
Issue
#27897
: Fixed possible crash in sqlite3.Connection.create_collation()
...
if pass invalid string-like object as a name. Patch by Xiang Zhang.
2016-09-27 00:14:24 +03:00
..
test
Issue
#27897
: Fixed possible crash in sqlite3.Connection.create_collation()
2016-09-27 00:14:24 +03:00
__init__.py
…
dbapi2.py
…
dump.py
…