[issue40318] Migrate to SQLite3 trace v2 API

2020-11-02 Thread Samuel Marks
Change by Samuel Marks : -- pull_requests: +22020 pull_request: https://github.com/python/cpython/pull/23103 ___ Python tracker ___

[issue40318] Migrate to SQLite3 trace v2 API

2020-11-02 Thread Samuel Marks
Change by Samuel Marks : -- nosy: +samuelmarks nosy_count: 4.0 -> 5.0 pull_requests: +22019 pull_request: https://github.com/python/cpython/pull/23102 ___ Python tracker ___ __

[issue40318] Migrate to SQLite3 trace v2 API

2020-09-05 Thread Pablo Galindo Salgado
Change by Pablo Galindo Salgado : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ ___

[issue40318] Migrate to SQLite3 trace v2 API

2020-09-05 Thread Pablo Galindo Salgado
Pablo Galindo Salgado added the comment: New changeset 7f331c898a36d937c66ba93f86d2a445c96d382e by Erlend Egeberg Aasland in branch 'master': bpo-40318: Migrate to SQLite3 trace v2 API (GH-19581) https://github.com/python/cpython/commit/7f331c898a36d937c66ba93f86d2a445c96d382e -- no

[issue40318] Migrate to SQLite3 trace v2 API

2020-09-05 Thread Pablo Galindo Salgado
Change by Pablo Galindo Salgado : -- versions: +Python 3.10 -Python 3.8, Python 3.9 ___ Python tracker ___ ___ Python-bugs-list mail

[issue40318] Migrate to SQLite3 trace v2 API

2020-05-17 Thread Erlend Egeberg Aasland
Change by Erlend Egeberg Aasland : -- nosy: +berker.peksag ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: ht

[issue40318] Migrate to SQLite3 trace v2 API

2020-04-18 Thread Erlend Egeberg Aasland
Change by Erlend Egeberg Aasland : -- pull_requests: +18919 stage: -> patch review pull_request: https://github.com/python/cpython/pull/19581 ___ Python tracker ___ __

[issue40318] Migrate to SQLite3 trace v2 API

2020-04-18 Thread Erlend Egeberg Aasland
Change by Erlend Egeberg Aasland : -- nosy: +ghaering ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https:/

[issue40318] Migrate to SQLite3 trace v2 API

2020-04-18 Thread Erlend Egeberg Aasland
Change by Erlend Egeberg Aasland : -- type: -> enhancement ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: h

[issue40318] Migrate to SQLite3 trace v2 API

2020-04-18 Thread Erlend Egeberg Aasland
New submission from Erlend Egeberg Aasland : Currently, we're using the sqlite3_trace() for tracing statements. This API was been superseded by sqlite3_trace_v2() in SQLite3 v3.14 back in August 2016. Proposing to migrate to the new API, which allows more fine grained control over what to tra