[New-bugs-announce] [issue9210] remove --with-wctype-functions configure option

Amaury Forgeot d'Arc report at bugs.python.org
Fri Jul 9 11:15:17 CEST 2010


New submission from Amaury Forgeot d'Arc <amauryfa at gmail.com>:

Quoting Marc-Andre Lemburg:
"""
The support for the wctype functions should have been remove long ago,
since they cause subtle incompatibilities between Python builds. I should
have probably never added it in the first place... people were worried
about the size of the type record tables at the time, which is why
I thought it would be a good idea to try to optionally use the C lib
functions.

The comment was true before the Python type tables were changed
into a type record database: the switch used to remove the
Python tables required for those functions. With the type records
database, this is no longer the case, since the records are also
being used for properties that are not exposed via wctype functions.
"""

----------
components: Unicode
messages: 109696
nosy: amaury.forgeotdarc, ezio.melotti, lemburg
priority: normal
severity: normal
status: open
title: remove --with-wctype-functions configure option
versions: Python 3.2

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue9210>
_______________________________________


More information about the New-bugs-announce mailing list