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
efe9ff90
Commit
efe9ff90
authored
Feb 08, 2010
by
Denis Bilenko
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update TODO
parent
282682bf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
TODO
TODO
+2
-3
No files found.
TODO
View file @
efe9ff90
...
...
@@ -2,10 +2,9 @@
- move Semaphore and BoundedSemaphore from coros to another module; deprecate coros
- fix BoundedSemaphore to behave like standard threading's BoundedSemaphore behaves:
raise ValueError if upper limit is reached instead of blocking.
- "raise Timeout" means customizing exception with Timeout(exception=RuntimeError) no longer works
- "raise Timeout"
used in some places
means customizing exception with Timeout(exception=RuntimeError) no longer works
- grep for XXX and QQQ
- classes in gevent.core should not crash even if improperly used
- do not include the standard tests in greentest/; run the standard tests unchanged through monkey patcher
- initialize libevent in Hub.__init__()
- support multiple event_bases
- discourage direct use of gevent.core; put the needed methods back on Hub (timer, read_event, write_event)
...
...
@@ -20,4 +19,4 @@
1.1
- use libevent 2.x's bufferevent for socket implementation (or for its _fileobject)
- add threadsafe Queue that can be used to interact with other event loops (e.g. pygtk)
- wrap libevent's http client code
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