gh-80254: Disallow recursive usage of cursors in `sqlite3` converters by erlend-aasland · Pull Request #29054 · python/cpython

and others added 3 commits

April 12, 2021 13:14

@sir-sigurd

sir-sigurd

Erlend E. Aasland added 2 commits

October 19, 2021 14:02

Erlend E. Aasland added 2 commits

November 1, 2021 11:00

Erlend E. Aasland added 2 commits

January 22, 2022 20:41

kumaraditya303

kumaraditya303

@erlend-aasland erlend-aasland changed the title bpo-36073: Disallow recursive usage of cursors in sqlite3 converters gh-80254: Disallow recursive usage of cursors in sqlite3 converters

Apr 10, 2022

@erlend-aasland

@erlend-aasland

erlend-aasland added a commit to erlend-aasland/cpython that referenced this pull request

May 3, 2022
…3` converters (python#29054)

(cherry picked from commit f629dcf)

Co-authored-by: Sergey Fedoseev <fedoseev.sergey@gmail.com>
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>

JelleZijlstra pushed a commit that referenced this pull request

May 5, 2022
…verters (#92274)

* [3.10] gh-80254: Disallow recursive usage of cursors in `sqlite3` converters (#29054)

(cherry picked from commit f629dcf)

Co-authored-by: Sergey Fedoseev <fedoseev.sergey@gmail.com>
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>

* Fix ref leak in pysqlite_cursor_iternext