Opened 17 years ago

Closed 16 years ago

#2108 closed bug (fixed)

[PATCH] Problematic definition of assert macro

Reported by: andreasf Owned by: axeld
Priority: normal Milestone: R1
Component: - General Version: R1/pre-alpha1
Keywords: Cc:
Blocked By: Blocking:
Platform: All

Description

assert.h defines assert(condition) to ; if NDEBUG is defined. This looks like a mistake and breaks Python compilation.

A proposed patch that makes Python happy is attached.

Attachments (1)

assert.diff (419 bytes ) - added by andreasf 17 years ago.
proposed patch

Download all attachments as: .zip

Change History (4)

by andreasf, 17 years ago

Attachment: assert.diff added

proposed patch

comment:1 by andreasf, 17 years ago

Summary: [PATH] Problematic definition of assert macro[PATCH] Problematic definition of assert macro

comment:2 by andreasf, 16 years ago

This patch has been committed as part of hrev25433, so this ticket can be closed.

comment:3 by bonefish, 16 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.