[Patches] [Patch #101653] unidb-based unicodetype.c replacement (part 2)

noreply@sourceforge.net noreply@sourceforge.net
Mon, 25 Sep 2000 14:34:51 -0700


Patch #101653 has been updated. 

Project: 
Category: core (C code)
Status: Open
Summary: unidb-based unicodetype.c replacement (part 2)

Follow-Ups:

Date: 2000-Sep-25 14:13
By: lemburg

Comment:
Some compilers out there have problems with static arrays
which don't specify the number of records in their constructors.

Wouldn't it be possible to generate the array bounds in the
generation script ?

-------------------------------------------------------

Date: 2000-Sep-25 14:34
By: twouters

Comment:
A quick grep shows about 850 static arrays with unspecified length in the current Python source tree. I'm not against adding the length explicitly (can't hurt, after all) but it's probably not worth the trouble if it can't be done easily.

-------------------------------------------------------

-------------------------------------------------------
For more info, visit:

http://sourceforge.net/patch/?func=detailpatch&patch_id=101653&group_id=5470