| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
…`_interpchannels.create()` (pythonGH-152642) Previously, an allocation failure when creating the lock for a channel in `_interpchannels` would trigger an assert. Caused by `handle_channel_error` being passed an error code of -1 which is only allowed if an exception has been set. (in this case, no exception was set) `channelsmod_create` now forwards the error code from `channel_create` which `handle_channel_error` already handled. (cherry picked from commit b383aa6) Co-authored-by: Steve Stagg <stestagg@gmail.com> Co-authored-by: sobolevn <mail@sobolevn.me>
| Back | FazBrowse Home | New Git URL |
Previously, an allocation failure when creating
the lock for a channel in _interpchannels would trigger an assert.
Caused by handle_channel_error being passed an error code of -1
which is only allowed if an exception has been set.
(in this case, no exception was set)
channelsmod_create now forwards the error code from channel_create
which handle_channel_error already handled.
(cherry picked from commit b383aa6)
Co-authored-by: Steve Stagg stestagg@gmail.com
Co-authored-by: sobolevn mail@sobolevn.me