Skip to content

PYTHONSAFEPATH compatible setup.py #637

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

Closed
wants to merge 1 commit into from
Closed

PYTHONSAFEPATH compatible setup.py #637

wants to merge 1 commit into 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
...

@siddharthab siddharthab closed this by deleting the head repository Sep 5, 2024
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.

1 participant