Ticket #2108 (closed bug: fixed)

Opened 4 weeks ago

Last modified 6 days ago

[PATCH] Problematic definition of assert macro

Reported by: andreasf Assigned to: axeld
Priority: normal Milestone: R1
Component: - General Version: R1 development
Cc: 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

assert.diff (419 bytes) - added by andreasf on 04/20/08 14:13:11.
proposed patch

Change History

04/20/08 14:13:11 changed by andreasf

  • attachment assert.diff added.

proposed patch

04/20/08 14:29:01 changed by andreasf

  • summary changed from [PATH] Problematic definition of assert macro to [PATCH] Problematic definition of assert macro.

05/10/08 16:39:05 changed by andreasf

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

05/10/08 16:51:10 changed by bonefish

  • status changed from new to closed.
  • resolution set to fixed.