Skip to content

Conversation

@sergey-miryanov
Copy link
Contributor

@sergey-miryanov sergey-miryanov commented Nov 13, 2025

Fix warning - suggest using Interpreter.close instead of _interpeters.destroy.

@ZeroIntensity Could you please take a look?

Copy link
Member

@ZeroIntensity ZeroIntensity left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  1. This changes a public API, so let's add a news entry.
  2. Since you didn't need to update any tests, that means that this code path is untested. Please add a test case for leaving subinterpreters unclosed.

@sergey-miryanov sergey-miryanov marked this pull request as draft November 13, 2025 19:19