The Paddle Python SDK prices-preview call crashed with AttributeError: 'NoneType' object has no attribute 'status_code' when the request was aborted on disconnect. The SDK assumed the response object was always present, so a cancelled request blew up instead of raising a clean error. The traceback pointed at urllib3 internals, which made it look like a network library bug rather than an SDK error-handling gap.