Valentin Lorentz dcf55cf6de RSS: Use an explicit timeout for assertNoResponse, because it defaults to 0.
Which means there may be a command/update thread running and returning after assertNoResponse returns.
In particular, that's an issue when assertNoResponse is called right before
setting feedparser._open_resource, because the running thread might still
be holding the lock but have fetched the new version already, so the
thread announces the new feed elements earlier than expected.
2019-10-05 15:57:01 +02:00
..
2015-08-11 16:50:23 +02:00
2017-11-09 09:08:41 -08:00
2019-03-06 15:29:09 +01:00
2015-08-11 16:50:23 +02:00
2015-08-11 16:50:23 +02:00