-
Notifications
You must be signed in to change notification settings - Fork 270
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Eliminate invalid log object errors due to GC changes in Python 3.13.
- Loading branch information
1 parent
0232519
commit 6421db9
Showing
4 changed files
with
20 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters