This website requires JavaScript.
Explore
Help
Sign in
mirrors
/
cpython
Watch
1
Star
0
Fork
You've already forked cpython
0
mirror of
https://github.com/python/cpython.git
synced
2025-08-29 13:15:11 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
8
4a84f58143
cpython
/
Lib
/
sqlite3
History
Download ZIP
Download TAR.GZ
Petri Lehtinen
4a84f58143
Issue
#10811
: Fix recursive usage of cursors. Instead of crashing, raise a ProgrammingError now.
2012-02-06 22:04:18 +02:00
..
test
Issue
#10811
: Fix recursive usage of cursors. Instead of crashing, raise a ProgrammingError now.
2012-02-06 22:04:18 +02:00
__init__.py
remove pointless coding cookies
2010-08-30 14:05:50 +00:00
dbapi2.py
remove pointless coding cookies
2010-08-30 14:05:50 +00:00
dump.py