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 serhiy.storchaka
Recipients davin, dtasev, gdr@garethrees.org, pitrou, sbt, serhiy.storchaka
Date 2017-07-16.09:24:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1500197077.68.0.486285442857.issue30919@psf.upfronthosting.co.za>
In-reply-to
Content
This can break Python 3 applications that work with shared arrays larger than the size of physical memory. If do this change, it should be optional.

Setting TMPDIR=/dev/shm restores performance of 2.7 version even on versions that we will decide to not patch.
History
Date User Action Args
2017-07-16 09:24:37serhiy.storchakasetrecipients: + serhiy.storchaka, pitrou, sbt, gdr@garethrees.org, davin, dtasev
2017-07-16 09:24:37serhiy.storchakasetmessageid: <1500197077.68.0.486285442857.issue30919@psf.upfronthosting.co.za>
2017-07-16 09:24:37serhiy.storchakalinkissue30919 messages
2017-07-16 09:24:37serhiy.storchakacreate