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)
Change History (4)
by , 17 years ago
Attachment: | assert.diff added |
---|
comment:1 by , 17 years ago
Summary: | [PATH] Problematic definition of assert macro → [PATCH] Problematic definition of assert macro |
---|
comment:2 by , 16 years ago
This patch has been committed as part of hrev25433, so this ticket can be closed.
comment:3 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
proposed patch