Issue 21836: Fix sqlite3 in unicodeless build (original) (raw)

Created on 2014-06-24 07:07 by serhiy.storchaka, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
sqlite.patch serhiy.storchaka,2014-06-24 07:07 review
Messages (1)
msg221405 - (view) Author: Serhiy Storchaka (serhiy.storchaka) * (Python committer) Date: 2014-06-24 07:07
Proposed patch fixes the sqlite3 module and it's tests for Python built with --disable-unicode configure option.
History
Date User Action Args
2022-04-11 14:58:05 admin set github: 66035
2017-04-20 17:10:35 serhiy.storchaka set status: open -> closedresolution: rejectedstage: patch review -> resolved
2015-01-11 02:00:14 ghaering set assignee: ghaering
2014-06-24 07:19:47 serhiy.storchaka set nosy: + benjamin.peterson
2014-06-24 07:09:03 serhiy.storchaka set dependencies: + Fix unicodeless build of Python
2014-06-24 07:07:40 serhiy.storchaka create