Skip to content

bpo-22167: Updated glob.iglob doc with details on memory use - #25767

Closed
akulakov wants to merge 2 commits into
python:mainfrom
akulakov:fix-issue-22167
Closed

bpo-22167: Updated glob.iglob doc with details on memory use#25767
akulakov wants to merge 2 commits into
python:mainfrom
akulakov:fix-issue-22167

Conversation

@akulakov

@akulakov akulakov commented May 1, 2021

Copy link
Copy Markdown
Contributor

(also fixed the link to glob.glob() in the same paragraph.)

https://bugs.python.org/issue22167

@bedevere-bot bedevere-bot added the docs Documentation in the Doc dir label May 1, 2021
@github-actions

github-actions Bot commented Jun 3, 2021

Copy link
Copy Markdown

This PR is stale because it has been open for 30 days with no activity.

@github-actions github-actions Bot added the stale Stale PR or inactive for long period of time. label Jun 3, 2021
@akulakov

Copy link
Copy Markdown
Contributor Author

Note that the code doesn't actually use os.listdir() directly but I think this gives the user a good idea of the potential issue without drowning them in the full implementation details.

@github-actions github-actions Bot removed the stale Stale PR or inactive for long period of time. label Jun 22, 2021

@MaxwellDupre MaxwellDupre left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A little disjointed but good enough.

@picnixz

picnixz commented Dec 15, 2024

Copy link
Copy Markdown
Member

Closing since the upstream appears to be gone (I'm triaging old docs PRs).

@picnixz picnixz closed this Dec 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

awaiting core review docs Documentation in the Doc dir

Projects

Status: Todo

Development

Successfully merging this pull request may close these issues.

6 participants