[pypy-dev] die cpythonobject, die!

Michael Hudson mwh at python.net
Wed Jul 14 12:35:29 CEST 2004


This surprisingly brief patch removes all uses of W_CPythonObject
(though not all uses of W_BuiltinFunctionObject), by using the
'automatically faking non re-implementations' technique I've talked
about before.

-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: fakeit.diff
URL: <http://mail.python.org/pipermail/pypy-dev/attachments/20040714/f0b3fd31/attachment.ksh>
-------------- next part --------------

Trying to finish the job -- i.e. removing use of
W_BuiltinFunctionObject wrappers for slot wrappers -- gave me infinite
recursions and a headache.

Thoughts?

Cheers,
mwh

-- 
  Good? Bad? Strap him into the IETF-approved witch-dunking
  apparatus immediately!                        -- NTK now, 21/07/2000


More information about the Pypy-dev mailing list