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 njs, pitrou, vstinner
Date 2016-03-21.13:40:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1458567650.04.0.651196047581.issue26588@psf.upfronthosting.co.za>
In-reply-to
Content
Crap. I pushed tracemalloc-3.patch by mistake. I just reverted my mistake.

At least, it helped to find first bugs using buildbots:

http://buildbot.python.org/all/builders/PPC64%20Fedora%203.x/builds/676/steps/test/logs/stdio

[230/400/3] test_tracemalloc
python: ./Modules/_tracemalloc.c:195: set_reentrant: Assertion `PyThread_get_key_value(tracemalloc_reentrant_key) == ((PyObject *) &_Py_TrueStruct)' failed.
Fatal Python error: Aborted

Current thread 0x00003fffb0a95a10 (most recent call first):
  File "/home/shager/cpython-buildarea/3.x.edelsohn-fedora-ppc64/build/Lib/test/test_tracemalloc.py", line 85 in setUp
  File "/home/shager/cpython-buildarea/3.x.edelsohn-fedora-ppc64/build/Lib/unittest/case.py", line 596 in run
History
Date User Action Args
2016-03-21 13:40:50vstinnersetrecipients: + vstinner, pitrou, njs
2016-03-21 13:40:50vstinnersetmessageid: <1458567650.04.0.651196047581.issue26588@psf.upfronthosting.co.za>
2016-03-21 13:40:50vstinnerlinkissue26588 messages
2016-03-21 13:40:49vstinnercreate