mirror of
https://github.com/python/cpython.git
synced 2025-07-30 06:34:15 +00:00
Bug #1520864: unpacking singleton tuples in for loop (for x, in) work again.
This commit is contained in:
parent
3b9be2ae6f
commit
edef2be4af
4 changed files with 14 additions and 2 deletions
|
@ -60,6 +60,7 @@ extern time_t PyOS_GetLastModificationTime(char *, FILE *);
|
|||
Python 2.5a0: 62081 (ast-branch)
|
||||
Python 2.5a0: 62091 (with)
|
||||
Python 2.5a0: 62092 (changed WITH_CLEANUP opcode)
|
||||
Python 2.5c1: 62101 (fix wrong code: for x, in ...)
|
||||
.
|
||||
*/
|
||||
#define MAGIC (62092 | ((long)'\r'<<16) | ((long)'\n'<<24))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue