[Python-Dev] is this obselete?: [Patch #100888] Fix UCNs mach ine with >= 32bit longs

Bill Tutt billtut@microsoft.com
Tue, 25 Jul 2000 16:14:03 -0700


The patch for the generator is up to date. The question is "Should we keep
Tools/perfecthash in CVS after Fredrick checks in his new unicode name
support?"

Bill

 -----Original Message-----
From: 	Guido van Rossum [mailto:guido@beopen.com] 
Sent:	Tuesday, July 25, 2000 5:12 PM
To:	Bill Tutt
Cc:	python-dev@python.org
Subject:	Re: [Python-Dev] is this obselete?: [Patch #100888] Fix UCNs
mach ine with >= 32bit longs

> Well, I can't check it in, so assigning it back to me would be fairly
> pointless.  Someone should also chime in on the Tools/perfecthash stuff as
> well.  If we want to keep it, I'll see if I can come up with an example
> using Python's tokens since the data set is way smaller. :)

I've learned from the sad NumPy experience that it's really bad to
generate code and then throw away the generator and start editing the
generated code...  So please keep the generator up-to-date!

--Guido van Rossum (home page: http://www.pythonlabs.com/~guido/)