This issue trackerhas been migrated toGitHub, and is currentlyread-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.
Created on2020-09-25 12:18 byerlendaasland, last changed2022-04-11 14:59 byadmin. This issue is nowclosed.
Pull Requests | |||
---|---|---|---|
URL | Status | Linked | Edit |
PR 22409 | closed | erlendaasland,2020-09-25 12:25 | |
PR 22417 | merged | erlendaasland,2020-09-26 10:31 | |
PR 22419 | closed | erlendaasland,2020-09-26 20:51 | |
PR 22428 | merged | erlendaasland,2020-09-27 18:39 | |
PR 22444 | merged | erlendaasland,2020-09-28 22:21 | |
PR 22478 | merged | erlendaasland,2020-10-01 13:34 | |
PR 23337 | merged | erlendaasland,2020-11-17 10:11 |
Messages (8) | |||
---|---|---|---|
msg377488 -(view) | Author: Erlend E. Aasland (erlendaasland)*![]() | Date: 2020-09-25 12:18 | |
https://www.python.org/dev/peps/pep-0384/ | |||
msg377561 -(view) | Author: STINNER Victor (vstinner)*![]() | Date: 2020-09-27 12:15 | |
New changeseta937ab45d6af4f99ff16fec73d5d75d93c569456 by Erlend Egeberg Aasland in branch 'master':bpo-41861: Convert _sqlite3 cache and node static types to heap types (GH-22417)https://github.com/python/cpython/commit/a937ab45d6af4f99ff16fec73d5d75d93c569456 | |||
msg377631 -(view) | Author: STINNER Victor (vstinner)*![]() | Date: 2020-09-28 22:05 | |
New changesetcb6db8b6ae47dccc1aa97830d0f05d29f31e0cbc by Erlend Egeberg Aasland in branch 'master':bpo-41861: Convert _sqlite3 PrepareProtocolType to heap type (GH-22428)https://github.com/python/cpython/commit/cb6db8b6ae47dccc1aa97830d0f05d29f31e0cbc | |||
msg377750 -(view) | Author: STINNER Victor (vstinner)*![]() | Date: 2020-10-01 13:24 | |
New changeset9031bd4fa42dbb0f25aee9286154ad4bf60df3f8 by Erlend Egeberg Aasland in branch 'master':bpo-41861: Convert _sqlite3 RowType and StatementType to heap types (GH-22444)https://github.com/python/cpython/commit/9031bd4fa42dbb0f25aee9286154ad4bf60df3f8 | |||
msg377754 -(view) | Author: STINNER Victor (vstinner)*![]() | Date: 2020-10-01 14:03 | |
New changeset256e54acdbdb26745d4bbb5cf366454151e42773 by Erlend Egeberg Aasland in branch 'master':bpo-41861: Convert _sqlite3 CursorType and ConnectionType to heap types (GH-22478)https://github.com/python/cpython/commit/256e54acdbdb26745d4bbb5cf366454151e42773 | |||
msg381229 -(view) | Author: STINNER Victor (vstinner)*![]() | Date: 2020-11-17 12:53 | |
New changeset2ffba2a1027909e1dd697bf8ec2a03fba7618020 by Erlend Egeberg Aasland in branch 'master':bpo-41861, _sqlite3 : Add NEWS entry and rename variables (GH-23337)https://github.com/python/cpython/commit/2ffba2a1027909e1dd697bf8ec2a03fba7618020 | |||
msg381230 -(view) | Author: STINNER Victor (vstinner)*![]() | Date: 2020-11-17 12:53 | |
Is it done? Can we close the issue? | |||
msg381231 -(view) | Author: Erlend E. Aasland (erlendaasland)*![]() | Date: 2020-11-17 13:31 | |
Yes, all sqlite3 types are converted to heap types. |
History | |||
---|---|---|---|
Date | User | Action | Args |
2022-04-11 14:59:36 | admin | set | github: 86027 |
2020-11-17 13:31:51 | erlendaasland | set | status: open -> closed resolution: fixed messages: +msg381231 stage: patch review -> resolved |
2020-11-17 13:17:07 | shihai1991 | set | nosy: +shihai1991 |
2020-11-17 12:53:34 | vstinner | set | messages: +msg381230 |
2020-11-17 12:53:14 | vstinner | set | messages: +msg381229 |
2020-11-17 10:11:21 | erlendaasland | set | pull_requests: +pull_request22226 |
2020-11-17 10:02:44 | erlendaasland | set | versions: + Python 3.10 type: resource usage title: Convert sqlite3 to PEP 384 -> Convert sqlite3 to heap types (PEP 384) |
2020-10-01 14:03:42 | vstinner | set | messages: +msg377754 |
2020-10-01 13:34:41 | erlendaasland | set | pull_requests: +pull_request21495 |
2020-10-01 13:24:47 | vstinner | set | messages: +msg377750 |
2020-09-28 22:21:00 | erlendaasland | set | pull_requests: +pull_request21474 |
2020-09-28 22:05:10 | vstinner | set | messages: +msg377631 |
2020-09-27 18:39:41 | erlendaasland | set | pull_requests: +pull_request21462 |
2020-09-27 12:15:08 | vstinner | set | nosy: +vstinner messages: +msg377561 |
2020-09-26 20:51:31 | erlendaasland | set | pull_requests: +pull_request21456 |
2020-09-26 10:31:03 | erlendaasland | set | pull_requests: +pull_request21454 |
2020-09-25 12:25:24 | erlendaasland | set | keywords: +patch stage: patch review pull_requests: +pull_request21448 |
2020-09-25 12:19:09 | xtreak | set | nosy: +ghaering,berker.peksag |
2020-09-25 12:18:11 | erlendaasland | create |