Thanks to visit codestin.com Credit goes to github.com
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 f0f5bb3 commit 3c2992eCopy full SHA for 3c2992e
1 file changed
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