[issue41861] Convert sqlite3 to PEP 384

2020-10-01 Thread STINNER Victor
STINNER Victor added the comment: New changeset 256e54acdbdb26745d4bbb5cf366454151e42773 by Erlend Egeberg Aasland in branch 'master': bpo-41861: Convert _sqlite3 CursorType and ConnectionType to heap types (GH-22478)

[issue41861] Convert sqlite3 to PEP 384

2020-10-01 Thread Erlend Egeberg Aasland
Change by Erlend Egeberg Aasland : -- pull_requests: +21495 pull_request: https://github.com/python/cpython/pull/22478 ___ Python tracker ___

[issue41861] Convert sqlite3 to PEP 384

2020-10-01 Thread STINNER Victor
STINNER Victor added the comment: New changeset 9031bd4fa42dbb0f25aee9286154ad4bf60df3f8 by Erlend Egeberg Aasland in branch 'master': bpo-41861: Convert _sqlite3 RowType and StatementType to heap types (GH-22444)

[issue41861] Convert sqlite3 to PEP 384

2020-09-28 Thread Erlend Egeberg Aasland
Change by Erlend Egeberg Aasland : -- pull_requests: +21474 pull_request: https://github.com/python/cpython/pull/22444 ___ Python tracker ___

[issue41861] Convert sqlite3 to PEP 384

2020-09-28 Thread STINNER Victor
STINNER Victor added the comment: New changeset cb6db8b6ae47dccc1aa97830d0f05d29f31e0cbc by Erlend Egeberg Aasland in branch 'master': bpo-41861: Convert _sqlite3 PrepareProtocolType to heap type (GH-22428) https://github.com/python/cpython/commit/cb6db8b6ae47dccc1aa97830d0f05d29f31e0cbc

[issue41861] Convert sqlite3 to PEP 384

2020-09-27 Thread Erlend Egeberg Aasland
Change by Erlend Egeberg Aasland : -- pull_requests: +21462 pull_request: https://github.com/python/cpython/pull/22428 ___ Python tracker ___

[issue41861] Convert sqlite3 to PEP 384

2020-09-27 Thread STINNER Victor
STINNER Victor added the comment: New changeset a937ab45d6af4f99ff16fec73d5d75d93c569456 by Erlend Egeberg Aasland in branch 'master': bpo-41861: Convert _sqlite3 cache and node static types to heap types (GH-22417)

[issue41861] Convert sqlite3 to PEP 384

2020-09-26 Thread Erlend Egeberg Aasland
Change by Erlend Egeberg Aasland : -- pull_requests: +21456 pull_request: https://github.com/python/cpython/pull/22419 ___ Python tracker ___

[issue41861] Convert sqlite3 to PEP 384

2020-09-26 Thread Erlend Egeberg Aasland
Change by Erlend Egeberg Aasland : -- pull_requests: +21454 pull_request: https://github.com/python/cpython/pull/22417 ___ Python tracker ___

[issue41861] Convert sqlite3 to PEP 384

2020-09-25 Thread Erlend Egeberg Aasland
Change by Erlend Egeberg Aasland : -- keywords: +patch pull_requests: +21448 stage: -> patch review pull_request: https://github.com/python/cpython/pull/22409 ___ Python tracker

[issue41861] Convert sqlite3 to PEP 384

2020-09-25 Thread Karthikeyan Singaravelan
Change by Karthikeyan Singaravelan : -- nosy: +berker.peksag, ghaering ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue41861] Convert sqlite3 to PEP 384

2020-09-25 Thread Erlend Egeberg Aasland
New submission from Erlend Egeberg Aasland : https://www.python.org/dev/peps/pep-0384/ -- components: Library (Lib) messages: 377488 nosy: erlendaasland priority: normal severity: normal status: open title: Convert sqlite3 to PEP 384 ___ Python