[Python-Dev] C++ for CPython 3? (Re: str.count is slow)
Fredrik Lundh
fredrik at pythonware.com
Thu Mar 2 17:03:39 CET 2006
More information about the Python-Dev mailing list
Thu Mar 2 17:03:39 CET 2006
- Previous message: [Python-Dev] C++ for CPython 3? (Re: str.count is slow)
- Next message: [Python-Dev] C++ for CPython 3? (Re: str.count is slow)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
martin at v.loewis.de wrote: > I'm not saying Python 3 should be written in C++, I'm only saying > that doing so would have not just disadvantages. someone also pointed out in private mail (I think; it doesn't seem to have made it to this list) that CPython's extensive use of "inheritance by aggregation" is invalid C. switching to C++ would be one way to address that, of course. </F>
- Previous message: [Python-Dev] C++ for CPython 3? (Re: str.count is slow)
- Next message: [Python-Dev] C++ for CPython 3? (Re: str.count is slow)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list