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

ENH: Extension should be able to accept PathLike sources objects #230

Merged
merged 4 commits into from
Mar 2, 2024

Conversation

MridulS
Copy link
Contributor

@MridulS MridulS commented Feb 29, 2024

In the spirit of #142 I think we should be able to pass a list of file objects to the extension class too.

Let me know if there is any else needed here to push this forward :)

@jaraco jaraco merged commit 9fc9671 into pypa:main Mar 2, 2024
10 of 16 checks passed
@jaraco
Copy link
Member

jaraco commented Mar 3, 2024

I think I got ahead of myself with the merge. I see now the changes are causing issues with both Windows and setuptools integration tests, both of which are expecting string objects for .sources, so before a change like this can be accepted, the downstream consumers are all going to need to be able to support PathLike objects.

I've gone ahead and force-pushed main back to 08699b6, backing out this change, and I've pushed 9fc9671 to the pathlike_ext branch and opened a new PR with that branch to work out the details.

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

2 participants