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.08:01:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1500192066.49.0.925831526938.issue30919@psf.upfronthosting.co.za>
In-reply-to
Content
The size of file system mounted on "/run/user/${uid}" is limited (only 200 MiB on my computer). get_temp_dir() will be successful, but this may be not enough for allocating large shared array. And it is harder to control by user, because the location is not specified by an environment variable.
History
Date User Action Args
2017-07-16 08:01:06serhiy.storchakasetrecipients: + serhiy.storchaka, pitrou, sbt, gdr@garethrees.org, davin, dtasev
2017-07-16 08:01:06serhiy.storchakasetmessageid: <1500192066.49.0.925831526938.issue30919@psf.upfronthosting.co.za>
2017-07-16 08:01:06serhiy.storchakalinkissue30919 messages
2017-07-16 08:01:05serhiy.storchakacreate