1
0
mirror of https://github.com/php/php-src.git synced 2026-04-16 04:21:18 +02:00
Files
archived-php-src/Zend/tests/generators
Nikita Popov 8c07170ddb Fix generator GC if yield from parent chain does not reach root
Parents may be unlinked while another generator sharing part of the
chain is running. As such, we cannot assume that the parent chain
goes all the way to the root. Instead walk backwards from root to
leaf, like we also do during destruction.
2018-01-13 11:04:26 +01:00
..
2015-04-14 16:35:23 +02:00
2018-01-12 21:27:23 +01:00
2016-05-11 12:55:33 +03:00