FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

bpo-36073: Raise ProgrammingError on recursive usage of cursors in sqlite converters by sir-sigurd · Pull Request #11984 · python/cpython · GitHub

/ cpython Public

bpo-36073: Raise ProgrammingError on recursive usage of cursors in sqlite converters - #11984

Closed
sir-sigurd wants to merge 1 commit into
python:mainfrom
sir-sigurd:sqlite-converter-segfault
Closed

bpo-36073: Raise ProgrammingError on recursive usage of cursors in sqlite converters#11984
sir-sigurd wants to merge 1 commit into
python:mainfrom
sir-sigurd:sqlite-converter-segfault

Conversation

sir-sigurd commented Feb 22, 2019
edited by bedevere-bot
Loading

Copy link
Copy Markdown
Contributor

Comment thread Lib/sqlite3/test/regression.py Outdated

BoboTiG commented Jun 21, 2019

Copy link
Copy Markdown
Contributor

Thanks @sir-sigurd, I think a NEWs entry would be interesting, don't you?

sir-sigurd requested a review from berkerpeksag as a code owner June 22, 2019 05:22
sir-sigurd force-pushed the sqlite-converter-segfault branch 2 times, most recently from 16a6d90 to 6f1b983 Compare June 22, 2019 10:27

Copy link
Copy Markdown
Contributor

@sir-sigurd, can you rebase onto master?

Comment thread Modules/_sqlite/cursor.c Outdated
Comment on lines 365 to 366

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

Please format these lines according to PEP 7.

Comment thread Modules/_sqlite/cursor.c Outdated

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

Line is longer than 79 characters, ref. PEP 7.

Comment thread Modules/_sqlite/cursor.c Outdated
Comment thread Lib/sqlite3/test/regression.py Outdated

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

This needs to be rebased onto master in order to fit in with the changes in the test suite.

Copy link
Copy Markdown
Contributor Author

@erlend-aasland
I'll try to rebase in the near future, though I almost do not remember anything about this.

Copy link
Copy Markdown
Contributor

I'll try to rebase in the near future, though I almost do not remember anything about this.

Thanks, there's no hurry :)

sir-sigurd force-pushed the sqlite-converter-segfault branch from d3a828d to c79e784 Compare April 12, 2021 08:14

erlend-aasland left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

LGTM!

Copy link
Copy Markdown
Contributor

@serhiy-storchaka would you mind reviewing this?

Copy link
Copy Markdown
Contributor

Could you rebase again (bco. GH-27884), @sir-sigurd? :)

Also, please clean up the regression test:

  • line length is limited to 79 chars
  • please use double quotes

Copy link
Copy Markdown
Contributor Author

Closed in favor of GH-29054.

This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants


Back | FazBrowse Home | New Git URL