}问题:( 1)它会破坏F-队列中的另一个终结吗?编辑
它的模式基于"if I **forget** to call the Dispose method - so the GC will do it eventually.... it is better所以我的问题是,特别是关于Finilize (析构函数)中的异常的。
我正在尝试编写一个程序,它打开一个gnome终端窗口并在其中执行一个python文件。当我使用子进程模块调用gnome-terminal子进程时,如下所示:subprocess.call(['gnome-terminal', '-x', 'python3'+filename])Failed to execute child process "python