There is Google Code Hosting: http://code.google.com/hosting/ .

-Brett

On 12/5/06, Greg Ewing <[EMAIL PROTECTED]> wrote:

Mike Klaas wrote:
> The "magic" (and I don't mean that derogatorily) I'm talking
> about is the Python <-> c type conversion and assumption that all
> undeclared variables are python objects.

It would be fairly easy to have a mode that worked
like that. Some new syntax would be needed to force
a conversion when you wanted one, though. Unless
you were willing to call the appropriate Python/C
API functions explicitly whenever you wanted a
conversion.

> Ever consider opening up the project to other committers and becoming
> the BDFL of pyrex?

I'm starting to think more seriously about setting
up a repository for it somewhere, now that it's
no longer my foreground project. My main worry is
that if too many people hack on it simultaneously
I'll lose track of how it works -- it's hard
enough keeping all its intricacies in my head now
as it is. :-) So I'd probably want to review
patches and apply them myself, at least to begin
with.

Does anyone have any recommendations for a site
to host the repository? I'd really like to avoid
SourceForge if possible, as it makes me cringe
every time I go there -- cluttered pages, slow
response, way too complicated UI.

--
Greg
_______________________________________________
Python-3000 mailing list
Python-3000@python.org
http://mail.python.org/mailman/listinfo/python-3000
Unsubscribe:
http://mail.python.org/mailman/options/python-3000/brett%40python.org

_______________________________________________
Python-3000 mailing list
Python-3000@python.org
http://mail.python.org/mailman/listinfo/python-3000
Unsubscribe: 
http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com

Reply via email to