Code Monkey home page Code Monkey logo

Comments (4)

pytestbot avatar pytestbot commented on May 29, 2024

Original comment by @hpk42

If a global is None, it means that the interpreter is shutting down. Part of this procedure sets all module globals to None (to break reference cycles). I guess we can try to do pack = struct.unpack on the class level and then access it via self.pack or so. When @RonnyPfannschmidt refactored this code he probably didn't guard against this behaviour because there are no explicit tests that the core input/output works when setting globals to None.

from execnet.

pytestbot avatar pytestbot commented on May 29, 2024

Original comment by @alfredodeza

It seems the more I try to fix this the more globals I find that need to be changed.

After making Message a class attribute I got len used in to_io to have issues there as well.

Would it be OK to catch TypeError and not complain in that final try/except block?

from execnet.

pytestbot avatar pytestbot commented on May 29, 2024

Original comment by @hpk42

it would prevent the shutdown sequence to run but i guess we could go with it for the time being. In this case the "if Message is not None" is a better check than catching type error i think. And make a comment that it's because of interpreter shutdown that it can be None.

from execnet.

pytestbot avatar pytestbot commented on May 29, 2024

Original comment by @hpk42

add changelog for an earlier change:

fix issue22 -- during interpreter shutdown don't throw
an exception when we can't send a termination sequence
anymore as we are about to die anyway.

→ <<cset 45113a98f6be>>

from execnet.

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.