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 Marc.Liyanage
Recipients Marc.Liyanage, jnoller, ned.deily, ronaldoussoren, sbt
Date 2013-11-01.20:39:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1383338349.06.0.921725328742.issue19478@psf.upfronthosting.co.za>
In-reply-to
Content
From the description above, I would guess shared memory names as well, but I don't know which parts of the Python library use those, if any.

In general, it's easy to adjust the Python code to deal with the restriction of the sandboxed environment (mostly file-system releated), and I haven't encountered any other issues that require changes to the C code.

The name generation for semaphores is one exception where it's not possible to work around it in pure Python code.
History
Date User Action Args
2013-11-01 20:39:09Marc.Liyanagesetrecipients: + Marc.Liyanage, ronaldoussoren, ned.deily, jnoller, sbt
2013-11-01 20:39:09Marc.Liyanagesetmessageid: <1383338349.06.0.921725328742.issue19478@psf.upfronthosting.co.za>
2013-11-01 20:39:09Marc.Liyanagelinkissue19478 messages
2013-11-01 20:39:08Marc.Liyanagecreate