]> granicus.if.org Git - python/commit
bpo-30262: Don't expose private objects in sqlite3 (GH-1440)
authorAviv Palivoda <palaviv@gmail.com>
Thu, 9 May 2019 18:05:45 +0000 (21:05 +0300)
committerBerker Peksag <berker.peksag@gmail.com>
Thu, 9 May 2019 18:05:45 +0000 (21:05 +0300)
commite6576248e5174ca5daa362cfd610c07e7eb3a2ae
treee8353644dade4c676dcc1fff0575d8cd11bb3493
parentf00828a742d2e88c910bdfd00f08fcd998554ba5
bpo-30262: Don't expose private objects in sqlite3 (GH-1440)

The Cache and Statement objects are undocumented and implementation
details of the sqlite3 module.

They aren't usable from pure Python code.
Doc/whatsnew/3.8.rst
Misc/NEWS.d/next/Library/2019-05-09-12-38-40.bpo-30262.Tu74ak.rst [new file with mode: 0644]
Modules/_sqlite/module.c