summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2012-03-17 23:31:49 -0400
committerNed Batchelder <ned@nedbatchelder.com>2012-03-17 23:31:49 -0400
commitfbc6a789ed025ac114c36c414b418ca6dd3c5a38 (patch)
treef8eb1283d96e1b7c671a70a9f7f3b0909df858a0 /CHANGES.txt
parentd5f5b3f739681ffd57391c188d0b442cbdbccb7a (diff)
downloadpython-coveragepy-fbc6a789ed025ac114c36c414b418ca6dd3c5a38.tar.gz
Don't try to compile the C extension under pypy. #166.
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index d3ddf14..1925d79 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -14,7 +14,11 @@ Version 3.5.2b1
- Now the exit status of your product code is properly used as the process
status when running ``python -m coverage run ...``. Thanks, JT Olds.
+- When installing into pypy, we no longer attempt (and fail) to compile
+ the C tracer function, closing `issue 166`_.
+
.. _issue 155: https://bitbucket.org/ned/coveragepy/issue/155/cant-use-coverage-run-m-unittest-discover
+.. _issue 166: https://bitbucket.org/ned/coveragepy/issue/166/dont-try-to-compile-c-extension-on-pypy
Version 3.5.1 --- 23 September 2011