Git Product home page Git Product logo

Comments (4)

ns-cweber avatar ns-cweber commented on April 27, 2024 1

I'm all for raising until a reasonable use case presents itself. At least as long as grumpy is in alpha/beta.

from grumpy.

trotterdylan avatar trotterdylan commented on April 27, 2024

Thanks for the report! This is something that I've fretted a bit about. The real trick is that you have to update the slot on all the subclasses. Here's how CPython does it. Unfortunately, whereas CPython holds the GIL while it does all this work, Grumpy must find some other way to synchronize it, or live with poor consistency guarantees around updating types.

Worse is when you assign to a type's __bases__ attribute. This is not something I can ever imagine a reasonable program doing, but CPython jumps through hoops to support it.

Personally I think it's crazy to support this kind of monkey patching and I'm inclined to raise an exception when people try things like this. But maybe there are legitimate use cases that I'm overlooking. Thoughts and opinions are welcome here.

from grumpy.

alanjds avatar alanjds commented on April 27, 2024

I would love to monkeypatch datetime.datetime.now() to be allowed to test time in my billing code...

https://bugs.python.org/issue9528

from grumpy.

trotterdylan avatar trotterdylan commented on April 27, 2024

You're right that tests are a potentially valid use case for that. Note that normal functions (ones that reside in type(obj).__dict__) can be monkey patched perfectly well. The issue is just the slot functions that don't work quite right, like __add__.

from grumpy.

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.