Skip to content

bpo-40260: fix API regression with file_info mode field#19549

Closed
barry-scott wants to merge 1 commit into
python:mainfrom
barry-scott:fix-bpo-40260-2
Closed

bpo-40260: fix API regression with file_info mode field#19549
barry-scott wants to merge 1 commit into
python:mainfrom
barry-scott:fix-bpo-40260-2

Conversation

@barry-scott

@barry-scott barry-scott commented Apr 16, 2020

Copy link
Copy Markdown
Contributor

debian uses modulefinder by subclassing ModuleFinder and
implementing load_module().

They depend on the file_info tuple having 3 elements.

Restore the mode to the file_info tuple.
Add test case to detect a regression on this API.

https://bugs.python.org/issue40260

debian uses modulefinder by subclassing ModuleFinder and
implementing load_module().

They depend on the file_info tuple having 3 elements.

Restore the mode to the file_info tuple.
Add test case to detect a regression on this API.
@iritkatriel

Copy link
Copy Markdown
Member

https://bugs.python.org/issue40260 is closed. What is the status of this PR?

@barry-scott

barry-scott commented Apr 12, 2022 via email

Copy link
Copy Markdown
Contributor Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants