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 belopolsky
Recipients belopolsky
Date 2009-01-05.20:48:45
SpamBayes Score 0.30554363
Marked as misclassified No
Message-id <1231188525.86.0.28964443261.issue4850@psf.upfronthosting.co.za>
In-reply-to
Content
quick_int_allocs, quick_neg_int_allocs, tuple_zero_allocs, and 
fast_tuple_allocs are exported in -DCOUNT_ALLOCS builds.  They should get 
a conventional _Py_ prefix.  Also since tp_allocs is now Py_ssize_t, these 
should be redefined as Py_ssize_t as well.  See msg79194 .
History
Date User Action Args
2009-01-05 20:48:46belopolskysetrecipients: + belopolsky
2009-01-05 20:48:45belopolskysetmessageid: <1231188525.86.0.28964443261.issue4850@psf.upfronthosting.co.za>
2009-01-05 20:48:45belopolskylinkissue4850 messages
2009-01-05 20:48:45belopolskycreate