summaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorJason Madden <jamadden@gmail.com>2017-09-11 13:01:11 -0500
committerJason Madden <jamadden@gmail.com>2017-09-11 13:01:11 -0500
commit2a5fba13a04cea6119ba92fe38e4483f4cb5c7f6 (patch)
tree281047e4d980efa0d3af2181d95d9e2acf524b41 /CHANGES.rst
parentb339f682bf801ca4d041282e8f9a2662a68a0236 (diff)
downloadzope-security-2a5fba13a04cea6119ba92fe38e4483f4cb5c7f6.tar.gz
Use features and an optional_build_extissue33b
Just like zope.interface (copied from there). Fixes #33. This should eliminate any chance of polluting (local) wheel caches if PURE_PYTHON happens to be defined.
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 1ebd486..cfeedca 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -35,7 +35,9 @@ Changes
- Simplify the internal ``_compat.py`` module now that we only run on
newer Python versions. See `PR 32 <https://github.com/zopefoundation/zope.security/pull/32>`_.
-- Respect ``PURE_PYTHON`` at runtime. See `issue 33
+- Respect ``PURE_PYTHON`` at runtime. At build time, always try to
+ build the C extensions on supported platforms, ignoring
+ ``PURE_PYTHON``. See `issue 33
<https://github.com/zopefoundation/zope.security/issues/33>`_.
- Fix watching checkers (``ZOPE_WATCH_CHECKERS=1``) in pure-Python