[Python-Dev] Objects/bufferobject.c (original) (raw)

Guido van Rossum guido at python.org
Thu Mar 25 10:39:15 EST 2004


i'm using gcc-cvs and i get "invalid lvalue..." in Objects/bufferobject.c, line 46 i fix this by deleting the cast to char on the left side of = (my c's not so sharp, so i'm not sure this is the way to fix it) but i just wanted to point out the problem hoping someone might know what to do with it...

Hm, the GCC I have likes this just fine. It seems you are using a bleeding edge GCC version. Maybe you can take this up with the GCC developers? It could be a bug there...

--Guido van Rossum (home page: http://www.python.org/~guido/)



More information about the Python-Dev mailing list