Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gevent
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
gevent
Commits
2943c158
Commit
2943c158
authored
Oct 13, 2015
by
Jason Madden
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
changelog [skip ci]
parent
492dba96
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
4 deletions
+10
-4
changelog.rst
changelog.rst
+10
-4
No files found.
changelog.rst
View file @
2943c158
...
...
@@ -8,17 +8,23 @@
==================
- PyPy: Fix a memory leak for code that allocated and disposed of many
``gevent.lock.Semaphore`
` subclasses. If monkey-patched, this could
also apply to
``threading.Semaphore`
` objects. Reported in
:class:`gevent.lock.Semaphore
` subclasses. If monkey-patched, this could
also apply to
:class:`threading.Semaphore
` objects. Reported in
:issue:`660` by Jay Oster.
- PyPy: Cython version 0.23.4 or later must be used to avoid a memory
leak (`details`_). Thanks to Jay Oster.
- Allow subclasses of
``WSGIHandler`
` to handle invalid HTTP client
- Allow subclasses of
:class:`~.WSGIHandler
` to handle invalid HTTP client
requests. Reported by not-bob.
-
``WSGIServer`` more robustly supports ``Logger`
`-like parameters for
-
:class:`~.WSGIServer` more robustly supports :class:`~logging.Logger
`-like parameters for
``log`` and ``error_log`` (as introduced in 1.1b1, this could cause
integration issues with gunicorn). Reported in :issue:`663` by Jay
Oster.
- :class:`~gevent.threading._DummyThread` objects, created in a
monkey-patched system when :func:`threading.current_thread` is
called in a new greenlet (which often happens implicitly, such as
when logging) are much lighter weight. For example, they no longer
allocate and then delete a :class:`~gevent.lock.Semaphore`, which is
especially important for PyPy.
.. _details: https://mail.python.org/pipermail/cython-devel/2015-October/004571.html
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment