mirror of
https://github.com/python/cpython.git
synced 2026-06-01 00:59:47 -04:00
24fd0252c4
double call to AddressList.getaddrlist(), and /that/ always returns an empty list for the second and subsequent calls. Instead, instantiate an AddressList directly, and get the parsed addresses out of the addresslist attribute.