-
Notifications
You must be signed in to change notification settings - Fork 232
Closed
Labels
Description
Python 3.13 raises an exception with how we buffer things to send to the apm server. When the gzip object is closed it raises an exception because the BytesIO used as its backing storage is already gone.
Filed an upstream issue python/cpython#129726 so waiting for some feedback here before reworking our code.
lsaintlsaint