Ticket #2108 (closed bug: fixed)
[PATCH] Problematic definition of assert macro
| Reported by: | andreasf | Owned by: | axeld |
|---|---|---|---|
| Priority: | normal | Milestone: | R1 |
| Component: | - General | Version: | R1 development |
| Cc: | Blocked By: | ||
| Platform: | All | Blocking: |
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
Change History
Note: See
TracTickets for help on using
tickets.
