mirror of
https://github.com/python/cpython.git
synced 2025-08-23 10:16:01 +00:00
Issue #14993: Use standard "unsigned char" instead of a unsigned char bitfield
This commit is contained in:
parent
05cab75d59
commit
d7b7c7472b
3 changed files with 15 additions and 17 deletions
|
@ -898,7 +898,7 @@ do_markup(SubString *input, PyObject *args, PyObject *kwargs,
|
|||
|
||||
if (field_present) {
|
||||
if (iter.str.start == iter.str.end)
|
||||
writer->flags.overallocate = 0;
|
||||
writer->overallocate = 0;
|
||||
if (!output_markup(&field_name, &format_spec,
|
||||
format_spec_needs_expanding, conversion, writer,
|
||||
args, kwargs, recursion_depth, auto_number))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue