File: version-5.0.2.rst

package info (click to toggle)
mod-wsgi 5.0.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,824 kB
  • sloc: ansic: 15,512; python: 3,697; makefile: 219; sh: 107
file content (16 lines) | stat: -rw-r--r-- 538 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
=============
Version 5.0.2
=============

Version 5.0.2 of mod_wsgi can be obtained from:

  https://codeload.github.com/GrahamDumpleton/mod_wsgi/tar.gz/5.0.2

Bugs Fixed
----------

* Eliminate noise in logs under Python 3.13 when Python garbage collection
  decides to delay destruction of objects until a second phase, resulting in
  the `wsgi.errors` log object being accessed after the request had been
  completed and the log object marked as invalid. This resulted due to changes
  in garbage collection behaviour in Python 3.13.