Skip to content

Commit

Permalink
Merge testthreads-py3-6018
Browse files Browse the repository at this point in the history
Author: itamar
Review: exarkun
Fixes: twisted#6018

twisted.internet.test.test_threads now runs on Python 3.


git-svn-id: svn://svn.twistedmatrix.com/svn/Twisted/trunk@35836 bbbe8e31-12d6-0310-92fd-ac37d47ddeeb
  • Loading branch information
itamarst committed Sep 28, 2012
1 parent b7334e1 commit 2b4a583
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions admin/_twistedpython3.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@
"twisted.internet.test.test_filedescriptor",
"twisted.internet.test.test_main",
"twisted.internet.test.test_sigchld",
"twisted.internet.test.test_threads",
"twisted.python.test.test_components",
"twisted.python.test.test_deprecatepy3",
"twisted.python.test.test_reflectpy3",
Expand Down
2 changes: 2 additions & 0 deletions twisted/internet/test/test_threads.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
Tests for implementations of L{IReactorThreads}.
"""

from __future__ import division, absolute_import

__metaclass__ = type

from weakref import ref
Expand Down
Empty file added twisted/topfiles/6018.misc
Empty file.

0 comments on commit 2b4a583

Please sign in to comment.