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

Handle exceptions in hookwrapper post stage (#244) #257

Closed

Commits on Feb 8, 2022

  1. Configuration menu
    Copy the full SHA
    7828947 View commit details
    Browse the repository at this point in the history
  2. Hookwrapper finalizer test with many yield

    Demonstrate that explicit Generator.close()
    could suppress undefined behavior in respect
    to the moment when generator finalizer is called.
    
    Generator could resist attempts to close it,
    so one test is marked as xfail.
    maxnikulin committed Feb 8, 2022
    Configuration menu
    Copy the full SHA
    66f13dd View commit details
    Browse the repository at this point in the history
  3. Test for never yield generator wrapper

    Previously only a case of non-generator hook wrapper
    was tested.
    maxnikulin committed Feb 8, 2022
    Configuration menu
    Copy the full SHA
    e042809 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fbfb60c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f715828 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b2edd22 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9532856 View commit details
    Browse the repository at this point in the history