mirror of
https://github.com/python/cpython.git
synced 2025-11-01 10:45:30 +00:00
bpo-36594: Fix incorrect use of %p in format strings (GH-12769)
In addition, fix some other minor violations of C99.
This commit is contained in:
parent
ae2c32f32b
commit
1a2252ed39
11 changed files with 26 additions and 24 deletions
|
|
@ -1250,7 +1250,7 @@ _channel_finish_closing(struct _channel *chan) {
|
|||
// Do the things that would have been done in _channels_close().
|
||||
ref->chan = NULL;
|
||||
_channel_free(chan);
|
||||
};
|
||||
}
|
||||
|
||||
/* "high"-level channel-related functions */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue