This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

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'>)

----------------------------------------------------------------------
History
Date User Action Args
2015-10-12 12:00:31vstinnersetrecipients: + vstinner, pitrou, alexandre.vassalotti, Arfrever, python-dev, serhiy.storchaka
2015-10-12 12:00:31vstinnersetmessageid: <1444651231.41.0.673077421284.issue24164@psf.upfronthosting.co.za>
2015-10-12 12:00:31vstinnerlinkissue24164 messages
2015-10-12 12:00:31vstinnercreate