We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac66cc1 commit 56c7acfCopy full SHA for 56c7acf
Modules/_zoneinfo.c
@@ -1709,11 +1709,11 @@ static Py_ssize_t
1709
parse_abbr(const char *const p, PyObject **abbr)
1710
{
1711
const char *ptr = p;
1712
- char buff = *ptr;
1713
const char *str_start;
1714
const char *str_end;
1715
1716
if (*ptr == '<') {
+ char buff;
1717
ptr++;
1718
str_start = ptr;
1719
while ((buff = *ptr) != '>') {
0 commit comments