Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PYTHONSAFEPATH compatible setup.py #637

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

siddharthab
Copy link

@siddharthab siddharthab commented Feb 26, 2024

Test Plan for Python 3.11+

Without this change:

% PYTHONSAFEPATH=true python3 setup.py bdist_wheel --python-tag=py311
Traceback (most recent call last):
  File "/Users/sidb/Workspaces/python-future/setup.py", line 81, in <module>
    import src.future
ModuleNotFoundError: No module named 'src'

With this change:

% PYTHONSAFEPATH=true python3 setup.py bdist_wheel --python-tag=py311
running bdist_wheel
...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant