Skip to content

Commit

Permalink
fixup! fixup! Respect PURE_PYTHON environment variable set to 0
Browse files Browse the repository at this point in the history
  • Loading branch information
perrinjerome committed Oct 1, 2024
1 parent 6029376 commit 9bba9b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/zope/security/checker.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
(:func:`getCheckerForInstancesOf`, :func:`selectChecker`).
This module is accelerated with a C implementation on CPython by
default. If the environment variable ``PURE_PYTHON`` is set (to something else
than 0) before this module is imported, the C extensions will be bypassed and
default. If the environment variable ``PURE_PYTHON`` is set to ``1``
before this module is imported, the C extensions will be bypassed and
the reference Python implementations will be used. This can be helpful for
debugging and tracing.
Expand Down

0 comments on commit 9bba9b9

Please sign in to comment.