Opened 17 years ago

Closed 17 years ago

#5486 closed (fixed)

Jython has no os.getpid

Reported by: leosoto <leo.soto@…> Owned by: nobody
Component: Uncategorized Version: dev
Severity: Keywords: jython
Cc: Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

os.getpid() is used by django.contrib.session for session ids and by django.core.mail for msgids.

Attachments (1)

jython_no_pid.patch (1.5 KB ) - added by leosoto <leo.soto@…> 17 years ago.

Download all attachments as: .zip

Change History (3)

by leosoto <leo.soto@…>, 17 years ago

Attachment: jython_no_pid.patch added

comment:1 by Malcolm Tredinnick, 17 years ago

Triage Stage: UnreviewedReady for checkin

comment:2 by Malcolm Tredinnick, 17 years ago

Resolution: fixed
Status: newclosed

(In [6270]) Fixed #5486 -- Worked around the lack of os.getpid() in Jython, whilst still using it for CPython. Patch from Leo Soto.

Note: See TracTickets for help on using tickets.
Back to Top