milahu / gnumake-tokenpool

jobclient and jobserver for the GNU make tokenpool protocol. implementations in multiple languages
MIT License
4 stars 3 forks source link

NameError: name 'fdReadDupClose' is not defined #8

Closed vbraun closed 8 months ago

vbraun commented 8 months ago

fdReadDupClose only occurs on one line, seems like it was left in accidentally

    def read_timeout_handler(_signum, _frame):
      self._log(f"acquire: read timeout")
>     fdReadDupClose()
E     NameError: name 'fdReadDupClose' is not defined

Only triggered when a SIGALARM is received, so thats why it doesn't fail all the time