Skip to content

bpo-8677: use PY_SSIZE_T_CLEAN in sqlite#12434

Merged
methane merged 2 commits into
python:masterfrom
methane:sqlite-ssizet
Mar 19, 2019
Merged

bpo-8677: use PY_SSIZE_T_CLEAN in sqlite#12434
methane merged 2 commits into
python:masterfrom
methane:sqlite-ssizet

Conversation

@methane

@methane methane commented Mar 19, 2019

Copy link
Copy Markdown
Member

Modules/_sqlite/cursor.c uses "y#" format.

https://bugs.python.org/issue8677

methane added 2 commits March 19, 2019 21:35
Modules/_sqlite/cursor.c uses "y#" format.
But it didn't declare PY_SSIZE_T_CLEAN.

@pablogsal pablogsal left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

LGTM

I would also inspect in case there are opportunities to use Py_ssize_t instead of int in the modules.

@methane methane merged commit 29198ea into python:master Mar 19, 2019
@methane methane deleted the sqlite-ssizet branch March 19, 2019 13:10
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.

4 participants