[issue3093] Namespace pollution from multiprocessing

2013-07-08 Thread Christian Heimes
Christian Heimes added the comment: Python 3.4 no longer exports symbols without a Py or _Py prefix: $ nm -p build/lib.linux-x86_64-3.4-pydebug/_multiprocessing.cpython-34dm.so | sed -n "/ [TDB] /s/.* //p" | sort __bss_start _edata _end _fini _init PyInit__multiprocessing _PyMp_SemLockType _PyM

[issue3093] Namespace pollution from multiprocessing

2010-08-31 Thread Ask Solem
Changes by Ask Solem : -- nosy: +asksol stage: -> needs patch ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: h

[issue3093] Namespace pollution from multiprocessing

2009-01-22 Thread Jesse Noller
Changes by Jesse Noller : -- priority: -> low ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pytho

[issue3093] Namespace pollution from multiprocessing

2009-01-20 Thread Jesse Noller
Changes by Jesse Noller : -- title: Namespace polution from multiprocessing -> Namespace pollution from multiprocessing ___ Python tracker ___ ___