Skip to content
Snippets Groups Projects
Commit 23a8b0e9 authored by Vladimir Davydov's avatar Vladimir Davydov Committed by Vladimir Davydov
Browse files

popen: remove OOM handling code

Allocation from malloc and the fiber region never fail so we can use x*
variants to simplify code and improve coverage.

NO_TEST=code cleanup
NO_CHANGELOG=code cleanup

@TarantoolBot document
Title: Remove `OutOfMemory` error from `popen.new` and `popen.read`

These functions don't raise the `OutOfMemory` exception anymore so all
mentions of it should be removed from the documentation:

 - https://www.tarantool.io/en/doc/latest/reference/reference_lua/popen/#popen-new
 - https://www.tarantool.io/en/doc/latest/reference/reference_lua/popen/#popen-read
parent ed35713e
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment