Staging
v0.8.1
https://github.com/python/cpython
Revision 29198ea1c6d58f87389136b0ac0b8b2318dbac24 authored by Inada Naoki on 19 March 2019, 13:10:18 UTC, committed by GitHub on 19 March 2019, 13:10:18 UTC
Modules/_sqlite/cursor.c uses "y#" format.
It didn't declare PY_SSIZE_T_CLEAN, but the argument is Py_ssize_t already.
1 parent 943395f
History
Tip revision: 29198ea1c6d58f87389136b0ac0b8b2318dbac24 authored by Inada Naoki on 19 March 2019, 13:10:18 UTC
bpo-8677: use PY_SSIZE_T_CLEAN in sqlite (GH-12434)
Tip revision: 29198ea
File Mode Size
README -rw-r--r-- 67 bytes
_freeze_importlib.c -rw-r--r-- 4.6 KB
_testembed.c -rw-r--r-- 20.3 KB
python.c -rw-r--r-- 298 bytes

README

back to top