Michael Jacob added the comment:
So, I'm experiencing the issue in the title, too. The pipe handle stays valid
for between 5 and 60 minutes, then it goes None when written to.
I'm far from understanding that code, but this crude re-connect code seems to
solve the issue for me:
In
Michael Jacob added the comment:
Does this ticket track the issue in its title or the native crash? If it's the
latter, is there a new ticket for the None _handle or shall I create one?
--
nosy: +Michael Jacob2
versions: +Python 3.7
___
P
Michael Jacob added the comment:
My bad.
ConfigParser expects an interpolation object, not a class.
Instead of c=ConfigParser(interpolation=ExtendedInterpolation)
you need to create it with:
c=ConfigParser(interpolation=ExtendedInterpolation())
Sorry about that.
--
resolution
New submission from Michael Jacob:
There seems to be a bug in configparser when setting new values in extended
interpolation:
python --version
Python 3.5.1
from configparser import ConfigParser, ExtendedInterpolation
c=ConfigParser(interpolation=ExtendedInterpolation)
c.add_section('