From: "normalperson (Eric Wong)" Date: 2013-08-11T04:41:36+09:00 Subject: [ruby-core:56521] [ruby-trunk - Bug #8768][Open] [PATCH] tempfile: undefine finalizer on unlink Issue #8768 has been reported by normalperson (Eric Wong). ---------------------------------------- Bug #8768: [PATCH] tempfile: undefine finalizer on unlink https://bugs.ruby-lang.org/issues/8768 Author: normalperson (Eric Wong) Status: Open Priority: Normal Assignee: Category: lib Target version: current: 2.1.0 ruby -v: ruby 2.1.0dev (2013-08-10 trunk 42491) [x86_64-linux] Backport: 1.9.3: UNKNOWN, 2.0.0: UNKNOWN * 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. -- http://bugs.ruby-lang.org/