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 vstinner
Recipients dwight.guth, vstinner
Date 2016-09-19.08:36:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1474274170.93.0.507633833429.issue23503@psf.upfronthosting.co.za>
In-reply-to
Content
It seems that line numbers are for Python 3.5:

#define PTA(x)  ((poolp )((uchar *)&(usedpools[2*(x)]) - 2*sizeof(block *)))
#define PT(x)   PTA(x), PTA(x)

static poolp usedpools[2 * ((NB_SMALL_SIZE_CLASSES + 7) / 8) * 8] = {
    PT(0), PT(1), PT(2), PT(3), PT(4), PT(5), PT(6), PT(7) <==== HERE
History
Date User Action Args
2016-09-19 08:36:11vstinnersetrecipients: + vstinner, dwight.guth
2016-09-19 08:36:10vstinnersetmessageid: <1474274170.93.0.507633833429.issue23503@psf.upfronthosting.co.za>
2016-09-19 08:36:10vstinnerlinkissue23503 messages
2016-09-19 08:36:10vstinnercreate