This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: make unicodedata module 64-bit safe
Type: Stage: resolved
Components: Versions: Python 3.5
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: python-dev, vstinner
Priority: normal Keywords: patch

Created on 2014-06-16 16:13 by vstinner, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
unicodedata_64bit.patch vstinner, 2014-06-16 16:13 review
Messages (2)
msg220734 - (view) Author: STINNER Victor (vstinner) * (Python committer) Date: 2014-06-16 16:13
Follow-up of issue #8677: patch to make the unicodedata module 64-bit safe.
msg222039 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2014-07-01 14:47
New changeset b82ff2d7f5ef by Victor Stinner in branch '3.4':
Closes #21780: make the unicodedata module "ssize_t clean" for parsing parameters
http://hg.python.org/cpython/rev/b82ff2d7f5ef

New changeset afd64e660628 by Victor Stinner in branch 'default':
(Merge 3.4) Closes #21780: make the unicodedata module "ssize_t clean" for
http://hg.python.org/cpython/rev/afd64e660628
History
Date User Action Args
2022-04-11 14:58:05adminsetgithub: 65979
2014-07-01 14:47:03python-devsetstatus: open -> closed

nosy: + python-dev
messages: + msg222039

resolution: fixed
stage: resolved
2014-06-16 16:13:10vstinnercreate