[New-bugs-announce] [issue4850] Change type and add _Py_ prefix to COUNT_ALLOCS variables

Alexander Belopolsky report at bugs.python.org
Mon Jan 5 21:48:45 CET 2009


New submission from Alexander Belopolsky <belopolsky at users.sourceforge.net>:

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 .

----------
components: Interpreter Core
messages: 79199
nosy: belopolsky
severity: normal
status: open
title: Change type and add _Py_ prefix to COUNT_ALLOCS variables
type: feature request

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue4850>
_______________________________________


More information about the New-bugs-announce mailing list