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 sbt
Recipients Marc.Liyanage, jnoller, ned.deily, ronaldoussoren, sbt
Date 2013-11-01.20:54:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1383339267.88.0.966414858066.issue19478@psf.upfronthosting.co.za>
In-reply-to
Content
Although it is undocumented, in python 3.4 you can control the prefix used by doing

    multiprocessing.current_process()._config['semprefix'] = 'myprefix'

in the main process at the beginning of the program.

Unfortunately, this will make the full prefix '/myprefix', so it will still start with '/'.  Changing this for 3.4 would be easy, but I don't know if it is a good idea to change 2.7.

Note that your suggested change can cause a buffer overflow.
History
Date User Action Args
2013-11-01 20:54:27sbtsetrecipients: + sbt, ronaldoussoren, ned.deily, jnoller, Marc.Liyanage
2013-11-01 20:54:27sbtsetmessageid: <1383339267.88.0.966414858066.issue19478@psf.upfronthosting.co.za>
2013-11-01 20:54:27sbtlinkissue19478 messages
2013-11-01 20:54:27sbtcreate