[issue15712] PEP 3121, 384 Refactoring applied to unicodedata module

2020-12-17 Thread STINNER Victor
STINNER Victor added the comment: Fixed by multiple changes, especially: commit c8c4200b65b2159bbb13cee10d67dfb3676fef26 Author: Victor Stinner Date: Mon Oct 26 23:19:22 2020 +0100 bpo-42157: Convert unicodedata.UCD to heap type (GH-22991) Convert the unicodedata extension mod

[issue15712] PEP 3121, 384 Refactoring applied to unicodedata module

2012-11-08 Thread Robin Schreiber
Changes by Robin Schreiber : -- keywords: +pep3121 -patch ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http:

[issue15712] PEP 3121, 384 Refactoring applied to unicodedata module

2012-08-16 Thread Robin Schreiber
New submission from Robin Schreiber: Changes proposed in PEP3121 and PEP384 have now been applied to the unicodedata module! -- components: Extension Modules files: unicodedate_pep3121-384_v0.patch keywords: patch messages: 168420 nosy: Robin.Schreiber, effbot, lemburg, loewis priority: