mirror of
https://github.com/python/cpython.git
synced 2025-09-27 18:59:43 +00:00
Add back in a line that was unneeded which advanced a pointer, but commented
out as it is currently unneeded. This effectively adds back in the line removed in r80809 as a comment.
This commit is contained in:
parent
acab940c70
commit
a8ac944924
1 changed files with 1 additions and 0 deletions
|
@ -2478,6 +2478,7 @@ _PyFloat_Pack8(double x, unsigned char *p, int le)
|
||||||
|
|
||||||
/* Eighth byte */
|
/* Eighth byte */
|
||||||
*p = flo & 0xFF;
|
*p = flo & 0xFF;
|
||||||
|
/* p += incr; Unneeded (for now) */
|
||||||
|
|
||||||
/* Done */
|
/* Done */
|
||||||
return 0;
|
return 0;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue