You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This makes it difficult to test the Python implementation on CPython; you have to remove the dynamic library.
Most Zope projects that have a C extension respect a PURE_PYTHON=1 environment variable to disable importing the C extension. This project should as well.
Currently, the C extension is unconditionally imported:
zope.i18nmessageid/src/zope/i18nmessageid/message.py
Lines 97 to 100 in 1d6cc94
This makes it difficult to test the Python implementation on CPython; you have to remove the dynamic library.
Most Zope projects that have a C extension respect a
PURE_PYTHON=1
environment variable to disable importing the C extension. This project should as well.(See #27 (comment))
The text was updated successfully, but these errors were encountered: