At 6:08 PM -0400 5/25/05, Michal Wallace wrote:
So I'm still thinking about a generic
wrapper for python modules. I would like to be able to recompile the python standard library (and other libraries) to run on parrot
with only a few minor patches.

If you're doing this to make the python library parrot extensions, then just go and make the inc/dec macros noops, since they're not necessary what with us tracking the pointers and all. (The only time they'll be needed is if the pointers to the refcounted things are in places parrot can't find 'em)
--
                                Dan

--------------------------------------it's like this-------------------
Dan Sugalski                          even samurai
[EMAIL PROTECTED]                         have teddy bears and even
                                      teddy bears get drunk

Reply via email to