This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Rhamphoryncus
Recipients Rhamphoryncus, amaury.forgeotdarc, jnoller, roudkerk
Date 2008-06-16.20:28:01
SpamBayes Score 0.075164184
Marked as misclassified No
Message-id <1213648088.85.0.161106866629.issue3100@psf.upfronthosting.co.za>
In-reply-to
Content
Unfortunately, Py_INCREF is sometimes used in an expression (followed by
a comma).  I wouldn't expect an assert to be valid there (and I'd want
to check ISO C to make sure it's portable, not just accepted by GCC).

I'd like if Py_INCREF and friends were made into static inline
functions, which *should* have identical performance (at least on GCC),
but that's a more significant change.
History
Date User Action Args
2008-06-16 20:28:10Rhamphoryncussetspambayes_score: 0.0751642 -> 0.075164184
recipients: + Rhamphoryncus, amaury.forgeotdarc, roudkerk, jnoller
2008-06-16 20:28:08Rhamphoryncussetspambayes_score: 0.0751642 -> 0.0751642
messageid: <1213648088.85.0.161106866629.issue3100@psf.upfronthosting.co.za>
2008-06-16 20:28:04Rhamphoryncuslinkissue3100 messages
2008-06-16 20:28:02Rhamphoryncuscreate