[issue40737] Fix possible reference leak for sqlite3 initialization

2020-05-26 Thread miss-islington
miss-islington added the comment: New changeset 7df9c41c69e2af8d0d36452c09d243b0975495af by Miss Islington (bot) in branch '3.9': bpo-40737: Fix possible reference leak for sqlite3 initialization (GH-20323) https://github.com/python/cpython/commit/7df9c41c69e2af8d0d36452c09d243b0975495af --

[issue40737] Fix possible reference leak for sqlite3 initialization

2020-05-26 Thread Dong-hee Na
Change by Dong-hee Na : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ ___ P

[issue40737] Fix possible reference leak for sqlite3 initialization

2020-05-26 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 2.0 -> 3.0 pull_requests: +19683 pull_request: https://github.com/python/cpython/pull/20425 ___ Python tracker _

[issue40737] Fix possible reference leak for sqlite3 initialization

2020-05-26 Thread Dong-hee Na
Dong-hee Na added the comment: New changeset 5eb45d7d4e812e89d77da84cc619e9db81561a34 by Erlend Egeberg Aasland in branch 'master': bpo-40737: Fix possible reference leak for sqlite3 initialization (GH-20323) https://github.com/python/cpython/commit/5eb45d7d4e812e89d77da84cc619e9db81561a34

[issue40737] Fix possible reference leak for sqlite3 initialization

2020-05-25 Thread Erlend Egeberg Aasland
Change by Erlend Egeberg Aasland : -- title: Handle PyModule_AddObject() error correctly in sqlite3 -> Fix possible reference leak for sqlite3 initialization ___ Python tracker __