fix: Catch and surface BaseException() by mukund-ananthu · Pull Request #1108 · googleapis/python-pubsub

Skip to content

Navigation Menu

Sign in

Appearance settings

This repository was archived by the owner on Mar 9, 2026. It is now read-only.

Conversation

Currently, the behavior of the library is to catch Exception() when encountered in the user provided callback, surface it to the calling code and shut down the client.

However, for BaseException() encountered in the user provided callback, the BaseException() is not surfaced to the calling code and the client is not shut down.

Make the behavior of the client when BaseException() is encountered consistent with the behavior of the client when Exception() is encountered.

kamalaboulhosn

Labels

api: pubsub

Issues related to the googleapis/python-pubsub API.

size: s

Pull request size is small.