Adrian Sampson
Adrian Sampson
Hmm; thanks for investigation! Unfortunately this output doesn't quite pin it down… it's pointing to the `subprocess` module, but not where that module was invoked from in *our* code. Is...
Interesting! To narrow down what's going wrong, can you please do some more investigation to narrow down the leak to specific actions in the audioread library? We might have a...
I understand, but that still doesn't point to exactly where the leak is coming from. It would be awesome to have your help investigating exactly what gets leaked and when.
OK! Please check back in if you ever get the chance to help.
That's troubling. @RyanMarcus, have you encountered this? Perhaps, to reproduce the problem, one would need to decode several files in a row?
That sounds useful too. This appears currently in Confit in the ConfigSource class, which is a dict subclass. This currently keeps track of two pieces of data: `filename` and `default`...
> Deserializers like the one that converts a relative filename to an absolute one should be functions separate from the configuration interface. I couldn't agree more. In the current Confit,...
Woohoo! Thanks for reviving this. I reviewed the diff and it looks great to me—I can give it a try with a beets import sometime soon too.
Hi! I'd like to revive the requests discussion if folks here are interested. In particular, we'd really like to switch beets to use OAuth2 instead of storing a password in...
The requests FAQ seems to indicate that it *probably* supports SNI, depending on the dependencies: http://docs.python-requests.org/en/master/community/faq/ Anyway, yes! That would be a great knock-on effect. What do you think, @alastair?