Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

util: restrict custom inspect function + vm.Context interaction #33690

Closed
wants to merge 4 commits into from

Commits on Jun 1, 2020

  1. util: restrict custom inspect function + vm.Context interaction

    When `util.inspect()` is called on an object with a custom inspect
    function, and that object is from a different `vm.Context`,
    that function will not receive any arguments that access
    context-specific data anymore.
    addaleax committed Jun 1, 2020
    Copy the full SHA
    b5bd87c View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    583c1bd View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2020

  1. Copy the full SHA
    8544be7 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2020

  1. Copy the full SHA
    7b0b27b View commit details
    Browse the repository at this point in the history