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 benjamin.peterson, python-dev, vstinner
Date 2015-07-02.21:54:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1435874080.41.0.653647509812.issue24552@psf.upfronthosting.co.za>
In-reply-to
Content
Buildbots are not happy. Example:

http://buildbot.python.org/all/builders/AMD64%20FreeBSD%2010.0%203.5/builds/57/steps/test/logs/stdio


======================================================================
ERROR: test_newobj_not_class (test.test_pickletools.OptimizedPickleTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/home/buildbot/python/3.5.koobs-freebsd10/build/Lib/test/pickletester.py", line 1046, in test_newobj_not_class
    o = object.__new__(SimpleNewObj)
TypeError: object.__new__(SimpleNewObj) is not safe, use SimpleNewObj.__new__()

----------------------------------------------------------------------
History
Date User Action Args
2015-07-02 21:54:40vstinnersetrecipients: + vstinner, benjamin.peterson, python-dev
2015-07-02 21:54:40vstinnersetmessageid: <1435874080.41.0.653647509812.issue24552@psf.upfronthosting.co.za>
2015-07-02 21:54:40vstinnerlinkissue24552 messages
2015-07-02 21:54:39vstinnercreate