Issue 15712: PEP 3121, 384 Refactoring applied to unicodedata module (original) (raw)

Issue15712

Created on 2012-08-16 21:46 by Robin.Schreiber, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
unicodedate_pep3121-384_v0.patch Robin.Schreiber,2012-08-16 21:46
Messages (2)
msg168420 - (view) Author: Robin Schreiber (Robin.Schreiber) * (Python triager) Date: 2012-08-16 21:46
Changes proposed in PEP3121 and PEP384 have now been applied to the unicodedata module!
msg383278 - (view) Author: STINNER Victor (vstinner) * (Python committer) Date: 2020-12-18 00:42
Fixed by multiple changes, especially: commit c8c4200b65b2159bbb13cee10d67dfb3676fef26 Author: Victor Stinner <vstinner@python.org> Date: Mon Oct 26 23:19:22 2020 +0100 bpo-42157: Convert unicodedata.UCD to heap type (GH-22991) Convert the unicodedata extension module to the multiphase initialization API (PEP 489) and convert the unicodedata.UCD static type to a heap type. Co-Authored-By: Mohamed Koubaa <koubaa.m@gmail.com>
History
Date User Action Args
2022-04-11 14:57:34 admin set github: 59917
2020-12-18 00:42:47 vstinner set status: open -> closedsuperseder: Cleanup the unicodedata modulenosy: + vstinnermessages: + resolution: duplicatestage: resolved
2012-11-08 13:41:19 Robin.Schreiber set keywords: + pep3121, - patch
2012-08-27 03:49:13 belopolsky link issue15787 dependencies
2012-08-16 21:46:19 Robin.Schreiber create