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 bkabrda, justbennet, markmcclain, opoplawski, peadar, vstinner
Date 2019-08-14.21:34:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1565818482.98.0.514854901469.issue21131@roundup.psfhosted.org>
In-reply-to
Content
"I can understand the aversion to the waste when its never used - I can address 37851 if you like - it seems pretty simple to fix. The pedant in me must point out that it's 8M of address space, not memory. The cost on 64-bit (well, with a 47-bit user address space) is vanishingly small, ..."

Well, many users pay attention to the RSS value and don't care if the memory is physically allocated or not.

Moreover, I'm not sure that we can fix bpo-37851 in Python 3.7. In general, the policy is to minimize changes in stable Python versions. I'm not sure for Python 3.8 neither. I would suggest to only modify Python 3.9, simply to reduce the risk of regressions.
History
Date User Action Args
2019-08-14 21:34:43vstinnersetrecipients: + vstinner, bkabrda, opoplawski, markmcclain, peadar, justbennet
2019-08-14 21:34:42vstinnersetmessageid: <1565818482.98.0.514854901469.issue21131@roundup.psfhosted.org>
2019-08-14 21:34:42vstinnerlinkissue21131 messages
2019-08-14 21:34:42vstinnercreate