Changes between Version 9 and Version 10 of dev-lang/python
- Timestamp:
- 04/20/08 11:57:55 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
dev-lang/python
v9 v10 27 27 /ToBe/python-2.5.x/Objects/funcobject.c:501: parse error before `;' 28 28 }}} 29 among other warnings (such as {{{warning: unknown conversion type character `z' in format}}}; this was said to be ignoreable). 29 This seems related to Haiku's definition of the {{{assert}}} macro in the {{{NDEBUG}}} case. 30 31 In {{{Python/thread.c}}} compilation fails due to {{{destructor}}} in {{{pthread.h}}}:175. Renaming the parameter resolves this. 32 Linking then fails due to {{{-lm}}}. 33 30 34 31 35 On both, … … 37 41 #!/bin/env python 38 42 }}} 39
