Opened 17 years ago
Closed 17 years ago
#5486 closed (fixed)
Jython has no os.getpid
Description ¶
os.getpid() is used by django.contrib.session for session ids and by django.core.mail for msgids.
Change History (3)
by , 17 years ago
Attachment: | jython_no_pid.patch added |
---|
comment:1 by , 17 years ago
Triage Stage: | Unreviewed → Ready for checkin |
---|
comment:2 by , 17 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(In [6270]) Fixed #5486 -- Worked around the lack of os.getpid() in Jython, whilst still using it for CPython. Patch from Leo Soto.