Skip to content

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 locker and veod32 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

4 participants