Giter Club home page Giter Club logo

Comments (5)

mmckerns avatar mmckerns commented on September 19, 2024 1

@hyiltiz: A generator is dependent on a frame object, so it's difficult. It can be done, but I believe requires C code.

from dill.

mmckerns avatar mmckerns commented on September 19, 2024

python has done just exactly this, starting with python3.4

from dill.

mmckerns avatar mmckerns commented on September 19, 2024

Also, less obvious is how to pickle a generator. It "can't be done" with ctypes, last time I checked. However, some good notes/links are here: http://stackoverflow.com/questions/7180212/why-cant-generators-be-pickled/7180424#7180424

from dill.

mmckerns avatar mmckerns commented on September 19, 2024

also, itertools.islice is useful for dumping the first "X" values, so the last known position is restored

from dill.

hyiltiz avatar hyiltiz commented on September 19, 2024

I noticed that generator can't be dilled according to the docs. Is there any plans to support it, or it is something fundamentally imposisble to implement? Intuitively, it should be much easier to implement than frames or tracebacks, since lambdas can be dilled already.

from dill.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.