summaryrefslogtreecommitdiff
path: root/TODO
blob: a7ae0c9905e2e36049f58ca86a79724c02f06706 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Unsorted "TODO" tasks:

* Replace logger with warning in monotonic clock and synchronous executor
* Windows: use _overlapped in py33_winapi?
* Fix tests failing with PyPy:

  - sys.getrefcount()
  - test_queues.test_repr
  - test_futures.test_tb_logger_exception_unretrieved

* write unit test for create_connection(ssl=True)
* Fix examples:

  - stacks.py: 'exceptions.ZeroDivisionError' object has no attribute '__traceback__'

* Fix all FIXME in the code