Actions
Bug #8768
closed[PATCH] tempfile: undefine finalizer on unlink
Description
- lib/tempfile.rb (Tempfile#unlink): undefine finalizer
running the finalizer on an unlinked Tempfile leads to a confusing
"removing ...done" message when using --debug. We can rely on
normal GC to close. rb_io_fptr_finalize will take care of closing
the descriptor without the extra finalizer for Tempfile.
Files
Actions
Like0
Like0Like0Like0Like0Like0Like0