Message252854
| Author |
vstinner |
| Recipients |
Arfrever, alexandre.vassalotti, pitrou, python-dev, serhiy.storchaka, vstinner |
| Date |
2015年10月12日.12:00:31 |
| SpamBayes Score |
-1.0 |
| Marked as misclassified |
Yes |
| Message-id |
<1444651231.41.0.673077421284.issue24164@psf.upfronthosting.co.za> |
| In-reply-to |
| Content |
"Thank you Victor. Tests are fixed."
Not all of them. Failure on FreeBSD:
(I don't know what is test_pyclbr!?)
http://buildbot.python.org/all/builders/AMD64%20FreeBSD%2010.0%203.x/builds/3866/
======================================================================
FAIL: test_others (test.test_pyclbr.PyclbrTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/home/buildbot/python/3.x.koobs-freebsd10/build/Lib/test/test_pyclbr.py", line 159, in test_others
cm('pickle')
File "/usr/home/buildbot/python/3.x.koobs-freebsd10/build/Lib/test/test_pyclbr.py", line 86, in checkModule
self.assertIsInstance(py_item, (FunctionType, BuiltinFunctionType))
AssertionError: <class 'functools.partial'> is not an instance of (<class 'function'>, <class 'builtin_function_or_method'>)
---------------------------------------------------------------------- |
|