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

Run __setstate__ when cloning modules #45858

Closed
wants to merge 3 commits into from

Commits on Oct 5, 2020

  1. Run __setstate__ when cloning modules

    When cloning a module that has __setstate__, __getstate__ methods.
    We need to load these methods to initialize these modules.
    
    [ghstack-poisoned]
    bzinodev committed Oct 5, 2020
    Configuration menu
    Copy the full SHA
    6ded6ef View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2020

  1. Update on "Run __setstate__ when cloning modules"

    When cloning a module that has __setstate__, __getstate__ methods.
    We need to load these methods to initialize these modules.
    
    Differential Revision: [D24116524](https://our.internmc.facebook.com/intern/diff/D24116524)
    
    [ghstack-poisoned]
    bzinodev committed Oct 13, 2020
    Configuration menu
    Copy the full SHA
    e681696 View commit details
    Browse the repository at this point in the history
  2. Update on "Run __setstate__ when cloning modules"

    When cloning a module that has __setstate__, __getstate__ methods.
    We need to load these methods to initialize these modules.
    
    Differential Revision: [D24116524](https://our.internmc.facebook.com/intern/diff/D24116524)
    
    [ghstack-poisoned]
    bzinodev committed Oct 13, 2020
    Configuration menu
    Copy the full SHA
    f74a8ff View commit details
    Browse the repository at this point in the history