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

[3.8] bpo-37935: Added tests for os.walk(), glob.iglob() and Path.glob() (GH-15956) #16043

Merged
merged 1 commit into from
Sep 12, 2019

Conversation

miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Sep 12, 2019

Test that they do not keep too many file descriptors open for the host OS in a reasonable test scenario.

See bpo-37935.
(cherry picked from commit f9dc2ad)

Co-authored-by: Serhiy Storchaka [email protected]

https://bugs.python.org/issue37935

…ythonGH-15956)

Test that they do not keep too many file descriptors open for the host OS in a reasonable test scenario.

See [bpo-37935](https://bugs.python.org/issue37935).
(cherry picked from commit f9dc2ad)

Co-authored-by: Serhiy Storchaka <[email protected]>
@gpshead
Copy link
Member

gpshead commented Sep 12, 2019

i'll monitor the buildbots before letting this merge in 3.8

@miss-islington
Copy link
Contributor Author

@serhiy-storchaka and @gpshead: Status check is done, and it's a success ✅ .

2 similar comments
@miss-islington
Copy link
Contributor Author

@serhiy-storchaka and @gpshead: Status check is done, and it's a success ✅ .

@miss-islington
Copy link
Contributor Author

@serhiy-storchaka and @gpshead: Status check is done, and it's a success ✅ .

@gpshead gpshead merged commit 98a4a71 into python:3.8 Sep 12, 2019
@miss-islington miss-islington deleted the backport-f9dc2ad-3.8 branch September 12, 2019 15:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
skip news tests Tests in the Lib/test dir
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants