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 jqcn2003
Recipients jqcn2003
Date 2009-03-18.02:17:22
SpamBayes Score 0.049226154
Marked as misclassified No
Message-id <1237342644.17.0.0547422221967.issue5503@psf.upfronthosting.co.za>
In-reply-to
Content
def arbitrary_address(family):

    elif family == 'AF_PIPE':
        return tempfile.mktemp(prefix=r'\\.\pipe\pyc-%d-%d-' %
                               (os.getpid(), _mmap_counter.next()))
    

#works after removed tempfile.mktemp 

return r'\\.\pipe\pyc-%d-%d-' % (os.getpid(), _mmap_counter.next())
History
Date User Action Args
2009-03-18 02:17:24jqcn2003setrecipients: + jqcn2003
2009-03-18 02:17:24jqcn2003setmessageid: <1237342644.17.0.0547422221967.issue5503@psf.upfronthosting.co.za>
2009-03-18 02:17:23jqcn2003linkissue5503 messages
2009-03-18 02:17:22jqcn2003create