[python-committers] python 3.0 compilation warning in Objects/stringlib/find.h
Amaury Forgeot d'Arc
amauryfa at gmail.com
Thu Aug 28 10:34:26 CEST 2008
More information about the python-committers mailing list
Thu Aug 28 10:34:26 CEST 2008
- Previous message: [python-committers] Fwd: Trunk and 3.0 branch are now open
- Next message: [python-committers] python 3.0 compilation warning in Objects/stringlib/find.h
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hello, r65977 was not correctly merged into py3k; I get the following compilation warning: Objects/stringlib/find.h:93:36: warning: extra tokens at end of #ifdef directive And indeed, the line #ifdef STRINGLIB_WANT_CONTAINS_OBJ && !defined(FROM_BYTEARRAY) does not seem correct. I suppose the "#ifdef" could be replaced by "#if defined", but I'm not sure to understand the code. The symbol seems not to be defined anywhere... -- Amaury Forgeot d'Arc
- Previous message: [python-committers] Fwd: Trunk and 3.0 branch are now open
- Next message: [python-committers] python 3.0 compilation warning in Objects/stringlib/find.h
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the python-committers mailing list