Django

Code

Ticket #5486 (closed: fixed)

Opened 1 year ago

Last modified 1 year ago

Jython has no os.getpid

Reported by: leosoto <leo.soto@gmail.com> Assigned to: nobody
Milestone: Component: Uncategorized
Version: SVN Keywords: jython
Cc: Triage Stage: Ready for checkin
Has patch: 1 Needs documentation: 0
Needs tests: 0 Patch needs improvement: 0

Description

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

Attachments

jython_no_pid.patch (1.5 kB) - added by leosoto <leo.soto@gmail.com> on 09/14/07 23:54:41.

Change History

09/14/07 23:54:41 changed by leosoto <leo.soto@gmail.com>

  • attachment jython_no_pid.patch added.

09/15/07 00:38:51 changed by mtredinnick

  • needs_better_patch changed.
  • stage changed from Unreviewed to Ready for checkin.
  • needs_tests changed.
  • needs_docs changed.

09/15/07 04:51:42 changed by mtredinnick

  • status changed from new to closed.
  • resolution set to fixed.

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


Add/Change #5486 (Jython has no os.getpid)




Change Properties
Action