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 terry.reedy
Recipients benjamin.peterson, ezio.melotti, lemburg, methane, serhiy.storchaka, terry.reedy, vstinner, xiang.zhang
Date 2017-09-16.14:46:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1505573175.91.0.466126798948.issue31484@psf.upfronthosting.co.za>
In-reply-to
Content
If I understand correctly, anyone could change the cache size for their personal or corporate binary by changing
#define BMP_CACHE_SIZE 256

There should be a comment that it must not be 0 and should be a power of 2 at least, say, 256.
History
Date User Action Args
2017-09-16 14:46:15terry.reedysetrecipients: + terry.reedy, lemburg, vstinner, benjamin.peterson, ezio.melotti, methane, serhiy.storchaka, xiang.zhang
2017-09-16 14:46:15terry.reedysetmessageid: <1505573175.91.0.466126798948.issue31484@psf.upfronthosting.co.za>
2017-09-16 14:46:15terry.reedylinkissue31484 messages
2017-09-16 14:46:15terry.reedycreate