Skip to content

Fixes incorrect error description #5101

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

Merged
merged 3 commits into from
May 13, 2025

Conversation

AArdeev
Copy link
Contributor

@AArdeev AArdeev commented May 12, 2025

The OutOfMemory error must be removed from popen.new and popen.read. No versioning required because it was never returned at all for the mentioned functions.
Fixes#3608

@AArdeev AArdeev self-assigned this May 12, 2025
@AArdeev AArdeev requested review from veod32 and locker May 12, 2025 12:40
AArdeev added 3 commits May 13, 2025 14:36
The OutOfMemory error must be removed from popen.new and popen.read. No versioning required because it was never returned at all for the mentioned functions.
Fixes#3608
Since version 3.2.0, the ``inherit.fds`` option is added to the ``opts`` table. The option allows define file descriptor numbers that should be left open in the child process if the close_fds flag is set to ``true``.
Fixes #3609
@AArdeev AArdeev force-pushed the AArdeev/gh-3608-3609-remove-error-add-option branch from 3f368dd to 254b4ad Compare May 13, 2025 11:37
@AArdeev AArdeev merged commit f740f43 into latest May 13, 2025
1 check passed
@AArdeev AArdeev deleted the AArdeev/gh-3608-3609-remove-error-add-option branch May 13, 2025 11:50
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.

Document inherit_fds option of popen.new Remove OutOfMemory error from popen.new and popen.read
3 participants