[issue7571] Change 'name' of Process - assertion failure if Unicode

2009-12-24 Thread Benjamin Peterson
Benjamin Peterson added the comment: Done in r77038. -- nosy: +benjamin.peterson resolution: -> fixed status: open -> closed ___ Python tracker ___ _

[issue7571] Change 'name' of Process - assertion failure if Unicode

2009-12-23 Thread Frank Millman
New submission from Frank Millman : At the top of my program, I have 'from __future__ import unicode_literals'. I subclassed Process, and passed "name='test'" as an argument. I got the following traceback. Traceback (most recent call last): File "F:\junk\multiprocess\mp5.py", line 37, in